mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 16:00:12 +00:00
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:
parent
9bb876f682
commit
80359f562a
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user