diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-09-09 03:06:52 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-09-09 03:06:52 +0200 |
commit | 5e617bc2b62189768814fafd1a875e89a094d3ef (patch) | |
tree | d96d22e012035d044557abf4de0b8e30b03d61b7 /src/nsgui.h | |
parent | 9b1c252e294bed3aef0d2f2fc5d1fa9f72df9ee8 (diff) | |
download | emacs-5e617bc2b62189768814fafd1a875e89a094d3ef.tar.gz |
Whitespace changes.
Diffstat (limited to 'src/nsgui.h')
-rw-r--r-- | src/nsgui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsgui.h b/src/nsgui.h index 999dc27e310..5cc2eee3230 100644 --- a/src/nsgui.h +++ b/src/nsgui.h @@ -134,7 +134,7 @@ typedef struct { } XRectangle; #ifndef __OBJC__ -#if defined(__LP64__) && __LP64__ +#if defined (__LP64__) && __LP64__ typedef double CGFloat; #else typedef float CGFloat; |