vol-salvage: Indent some ifdefs
authorAndrew Deason <adeason@sinenomine.net>
Thu, 31 May 2012 21:08:00 +0000 (16:08 -0500)
committerDerrick Brashear <shadow@dementix.org>
Mon, 11 Jun 2012 22:24:45 +0000 (15:24 -0700)
Change-Id: I213859d35ba4908e088a0ba2117f527ab8db3dc8
Reviewed-on: http://gerrit.openafs.org/7513
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>

src/vol/vol-salvage.c

index 291f36d..c12c2b9 100644 (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 */