From: Jeffrey Altman Date: Fri, 5 Oct 2012 15:40:44 +0000 (-0400) Subject: Windows: ObjectInformationCB indentation X-Git-Tag: upstream/1.8.0_pre1^2~1912 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ae10a40c5c18a7e52fb11d95b28333e312ffffce;p=packages%2Fo%2Fopenafs.git Windows: ObjectInformationCB indentation Fix indentation within ObjectInformationCB structure Change-Id: I004ca5a16fceb63522e3f244177e60e4459e507b Reviewed-on: http://gerrit.openafs.org/8219 Reviewed-by: Rod Widdowson Tested-by: BuildBot Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- diff --git a/src/WINNT/afsrdr/kernel/lib/Include/AFSStructs.h b/src/WINNT/afsrdr/kernel/lib/Include/AFSStructs.h index b12c31833..d43407363 100644 --- a/src/WINNT/afsrdr/kernel/lib/Include/AFSStructs.h +++ b/src/WINNT/afsrdr/kernel/lib/Include/AFSStructs.h @@ -269,36 +269,36 @@ typedef struct _AFS_OBJECT_INFORMATION_CB struct _AFS_DIRECTORY_CB *DirectoryNodeListTail; - LONG DirectoryNodeCount; + LONG DirectoryNodeCount; struct _AFS_DIRECTORY_CB *ShortNameTree; - // - // PIOCtl directory cb entry - // + // + // PIOCtl directory cb entry + // - struct _AFS_DIRECTORY_CB *PIOCtlDirectoryCB; + struct _AFS_DIRECTORY_CB *PIOCtlDirectoryCB; - // - // Open handle and reference count for this object - // + // + // Open handle and reference count for this object + // - LONG ChildOpenHandleCount; + LONG ChildOpenHandleCount; - LONG ChildOpenReferenceCount; + LONG ChildOpenReferenceCount; - // - // Index for the PIOCtl and share open count - // + // + // Index for the PIOCtl and share open count + // - LONG OpenRequestIndex; + LONG OpenRequestIndex; } Directory; struct { - ULONG Reserved; + ULONG Reserved; } File;