Linux: fix whitespace issue
authorChristof Hanke <christof.hanke@rzg.mpg.de>
Thu, 5 Dec 2013 09:00:42 +0000 (10:00 +0100)
committerJeffrey Altman <jaltman@your-file-system.com>
Thu, 5 Dec 2013 10:42:27 +0000 (02:42 -0800)
introduced in Change I1e84969b. It does not
follow the overall style.

Change-Id: I5f68fdf425b365d69ee94680cef014de679cf6ff
Reviewed-on: http://gerrit.openafs.org/10529
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

src/afs/LINUX/osi_machdep.h

index c09d7b4..54efc99 100644 (file)
@@ -150,7 +150,7 @@ typedef struct task_struct afs_proc_t;
 
 #ifdef HAVE_LINUX_KUID_T
 
-#include<linux/uidgid.h>
+#include <linux/uidgid.h>
 typedef kuid_t afs_kuid_t;
 typedef kgid_t afs_kgid_t;
 extern struct user_namespace *afs_ns;