From: Christof Hanke Date: Thu, 5 Dec 2013 09:00:42 +0000 (+0100) Subject: Linux: fix whitespace issue X-Git-Tag: openafs-stable-1_8_0pre1~878 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=faf14be3827fa72914a1c792c9a99a3353717ded Linux: fix whitespace issue introduced in Change I1e84969b. It does not follow the overall style. Change-Id: I5f68fdf425b365d69ee94680cef014de679cf6ff Reviewed-on: http://gerrit.openafs.org/10529 Tested-by: BuildBot Reviewed-by: Jeffrey Altman --- diff --git a/src/afs/LINUX/osi_machdep.h b/src/afs/LINUX/osi_machdep.h index c09d7b4..54efc99 100644 --- a/src/afs/LINUX/osi_machdep.h +++ b/src/afs/LINUX/osi_machdep.h @@ -150,7 +150,7 @@ typedef struct task_struct afs_proc_t; #ifdef HAVE_LINUX_KUID_T -#include +#include typedef kuid_t afs_kuid_t; typedef kgid_t afs_kgid_t; extern struct user_namespace *afs_ns;