summaryrefslogtreecommitdiff
path: root/mitauth.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 /mitauth.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 'mitauth.c')
-rw-r--r--mitauth.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mitauth.c b/mitauth.c
index 68b80b0..a2b419a 100644
--- a/mitauth.c
+++ b/mitauth.c
@@ -36,12 +36,12 @@ from The Open Group.
* for MIT-MAGIC-COOKIE-1 type authorization
*/
-# include <X11/Xos.h>
+#include <X11/Xos.h>
-# include "dm.h"
-# include "dm_auth.h"
+#include "dm.h"
+#include "dm_auth.h"
-# define AUTH_DATA_LEN 16 /* bytes of authorization data */
+#define AUTH_DATA_LEN 16 /* bytes of authorization data */
static char auth_name[256];
void