diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-06-14 09:10:06 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-06-14 09:35:23 -0700 |
commit | 5bad478221c54c0dbf682ef2569f6ca5ac050049 (patch) | |
tree | 40661e1b52327cdc74c7cd88b3514bbbb23955e2 /Xwinsock.h | |
parent | 1f59b5f8eac522bb0a5155393224496c39deca42 (diff) |
Use indentation to provide a map through the twisty maze of ifdefs, all alike
git diff -w shows no changes other than whitespace in this patch
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'Xwinsock.h')
-rw-r--r-- | Xwinsock.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -35,8 +35,8 @@ The Open Group. #undef _XFree86Server #ifdef XFree86Server -#define _XFree86Server -#undef XFree86Server +# define _XFree86Server +# undef XFree86Server #endif #define BOOL wBOOL @@ -59,7 +59,7 @@ The Open Group. #undef RT_CURSOR #ifdef _XFree86Server -#define XFree86Server -#undef _XFree86Server +# define XFree86Server +# undef _XFree86Server #endif |