summaryrefslogtreecommitdiff
path: root/streams.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-07-17 22:14:42 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-07-17 22:14:42 -0700
commit3beb4d278caa281ea8ebad55ae2f45ea0d46a6e6 (patch)
treec8f6bfcc9b11540fd7c102752c343078080513ac /streams.c
parentb80b263f964031b1edef0a5e0a77a6615dc4be82 (diff)
Use imdent to show cpp macro nesting more clearly
Also strip trailing whitespace to make git happier. While many lines are changes, "git diff -w" shows no changes other than pure whitespace. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'streams.c')
-rw-r--r--streams.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/streams.c b/streams.c
index 5d987e7..c4cb2ca 100644
--- a/streams.c
+++ b/streams.c
@@ -37,12 +37,12 @@ from The Open Group.
#include "dm_error.h"
#ifdef XDMCP
-#ifdef STREAMSCONN
+# ifdef STREAMSCONN
-#include <fcntl.h>
-#include <tiuser.h>
-#include <netconfig.h>
-#include <netdir.h>
+# include <fcntl.h>
+# include <tiuser.h>
+# include <netconfig.h>
+# include <netdir.h>
extern int xdmcpFd;
extern int chooserFd;
@@ -163,5 +163,5 @@ void ProcessListenSockets (fd_set *readmask)
return;
}
-#endif /* STREAMSCONN */
+# endif /* STREAMSCONN */
#endif /* XDMCP */