Linux: fix whitespace issue
[openafs.git] / 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;