vol-salvage: Indent some ifdefs

Change-Id: I213859d35ba4908e088a0ba2117f527ab8db3dc8
Reviewed-on: http://gerrit.openafs.org/7513
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
Andrew Deason 2012-05-31 16:08:00 -05:00 committed by Derrick Brashear
parent 9bb876f682
commit 80359f562a

View File

@ -4672,12 +4672,12 @@ Exit(int code)
#ifdef AFS_DEMAND_ATTACH_FS
if (programType == salvageServer) {
#ifdef SALVSYNC_BUILD_CLIENT
# ifdef SALVSYNC_BUILD_CLIENT
VDisconnectSALV();
#endif
#ifdef FSSYNC_BUILD_CLIENT
# endif
# ifdef FSSYNC_BUILD_CLIENT
VDisconnectFS();
#endif
# endif
}
#endif /* AFS_DEMAND_ATTACH_FS */