emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 631f43d2bbe: ; Fix indentation in src/nsterm.h


From: Stefan Kangas
Subject: master 631f43d2bbe: ; Fix indentation in src/nsterm.h
Date: Wed, 8 Jan 2025 01:31:51 -0500 (EST)

branch: master
commit 631f43d2bbe403e48d63d963281f1d948dee5263
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Fix indentation in src/nsterm.h
    
    Reduce the diff between master and scratch/igc.
---
 src/nsterm.h | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/src/nsterm.h b/src/nsterm.h
index 1c86d6ea980..d03908eb521 100644
--- a/src/nsterm.h
+++ b/src/nsterm.h
@@ -704,26 +704,26 @@ enum ns_return_frame_mode
    ========================================================================== 
*/
 
 @interface EmacsScroller : NSScroller
-  {
-   struct window *window;
-   struct frame *frame;
-   NSResponder *prevResponder;
+{
+  struct window *window;
+  struct frame *frame;
+  NSResponder *prevResponder;
 
-   /* offset to the bottom of knob of last mouse down */
-   CGFloat last_mouse_offset;
-   float min_portion;
-   int pixel_length;
-   enum scroll_bar_part last_hit_part;
+  /* offset to the bottom of knob of last mouse down */
+  CGFloat last_mouse_offset;
+  float min_portion;
+  int pixel_length;
+  enum scroll_bar_part last_hit_part;
 
-   BOOL condemned;
+  BOOL condemned;
 
-   BOOL horizontal;
+  BOOL horizontal;
 
-   /* optimize against excessive positioning calls generated by emacs */
-   int em_position;
-   int em_portion;
-   int em_whole;
-   }
+  /* optimize against excessive positioning calls generated by emacs */
+  int em_position;
+  int em_portion;
+  int em_whole;
+}
 
 - (void) mark;
 - (instancetype) initFrame: (NSRect )r window: (Lisp_Object)win;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]