summaryrefslogtreecommitdiff
path: root/dpylist.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 /dpylist.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 'dpylist.c')
-rw-r--r--dpylist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dpylist.c b/dpylist.c
index 3cb2cd6..6da882f 100644
--- a/dpylist.c
+++ b/dpylist.c
@@ -33,8 +33,8 @@ from The Open Group.
* a simple linked list of known displays
*/
-# include "dm.h"
-# include "dm_error.h"
+#include "dm.h"
+#include "dm_error.h"
static struct display *displays;
@@ -119,7 +119,7 @@ FindDisplayByAddress (XdmcpNetaddr addr, int addrlen, CARD16 displayNumber)
#endif /* XDMCP */
#define IfFree(x) if (x) free ((char *) x)
-
+
void
RemoveDisplay (struct display *old)
{