From ae10a40c5c18a7e52fb11d95b28333e312ffffce Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 5 Oct 2012 11:40:44 -0400 Subject: [PATCH] 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 --- .../afsrdr/kernel/lib/Include/AFSStructs.h | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) 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; -- 2.39.5