From 93b0e0d50fb14561ca2b8b0c20876826335ec1ab Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Mon, 30 Sep 2013 17:51:40 -0500 Subject: [PATCH] salvager: Whitespace formatting The whitespace here is pretty weird. Clean it up a little. Change-Id: Ia558d453301ee1231cfb21ee87dc7f190dc905d7 Reviewed-on: http://gerrit.openafs.org/10311 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- src/vol/vol-salvage.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/vol/vol-salvage.c b/src/vol/vol-salvage.c index 785469600..259bb44be 100644 --- a/src/vol/vol-salvage.c +++ b/src/vol/vol-salvage.c @@ -1976,18 +1976,18 @@ DoSalvageVolumeGroup(struct SalvInfo *salvinfo, struct InodeSummary *isp, int nV if (Testing) { IH_INIT(salvinfo->VGLinkH, salvinfo->fileSysDevice, -1, -1); } else { - int i, j; - struct ViceInodeInfo *ip; + int i, j; + struct ViceInodeInfo *ip; CreateLinkTable(salvinfo, isp, ino); fdP = IH_OPEN(salvinfo->VGLinkH); - /* Sync fake 1 link counts to the link table, now that it exists */ - if (fdP) { - for (i = 0; i < nVols; i++) { - ip = allInodes + isp[i].index; - for (j = isp[i].nSpecialInodes; j < isp[i].nInodes; j++) { - namei_SetLinkCount(fdP, ip[j].inodeNumber, 1, 1); + /* Sync fake 1 link counts to the link table, now that it exists */ + if (fdP) { + for (i = 0; i < nVols; i++) { + ip = allInodes + isp[i].index; + for (j = isp[i].nSpecialInodes; j < isp[i].nInodes; j++) { + namei_SetLinkCount(fdP, ip[j].inodeNumber, 1, 1); } - } + } } } } -- 2.39.5