From: Jeffrey Altman Date: Sat, 17 Dec 2011 17:07:53 +0000 (-0500) Subject: Windows: fix indentation X-Git-Tag: upstream/1.8.0_pre1^2~2927 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ef31f0f6d1f23bcd882740db4d54a9ffea6e0a64;p=packages%2Fo%2Fopenafs.git Windows: fix indentation Change-Id: I187cfa466830a528d0ac2c77b0006e2b66b0a47c Reviewed-on: http://gerrit.openafs.org/6362 Reviewed-by: Jeffrey Altman Tested-by: BuildBot --- diff --git a/src/WINNT/afsrdr/kernel/lib/AFSGeneric.cpp b/src/WINNT/afsrdr/kernel/lib/AFSGeneric.cpp index cd8dffd27..cdbeee37b 100644 --- a/src/WINNT/afsrdr/kernel/lib/AFSGeneric.cpp +++ b/src/WINNT/afsrdr/kernel/lib/AFSGeneric.cpp @@ -1629,10 +1629,10 @@ AFSInvalidateCache( IN AFSInvalidateCacheCB *InvalidateCB) AFSFsRtlNotifyFullReportChange( &pVolumeCB->ObjectInformation, NULL, FILE_NOTIFY_CHANGE_FILE_NAME | - FILE_NOTIFY_CHANGE_DIR_NAME | - FILE_NOTIFY_CHANGE_NAME | - FILE_NOTIFY_CHANGE_ATTRIBUTES | - FILE_NOTIFY_CHANGE_SIZE, + FILE_NOTIFY_CHANGE_DIR_NAME | + FILE_NOTIFY_CHANGE_NAME | + FILE_NOTIFY_CHANGE_ATTRIBUTES | + FILE_NOTIFY_CHANGE_SIZE, FILE_ACTION_MODIFIED); InterlockedDecrement( &pVolumeCB->VolumeReferenceCount);