From: Andrew Deason Date: Mon, 30 Sep 2013 22:51:40 +0000 (-0500) Subject: salvager: Whitespace formatting X-Git-Tag: openafs-stable-1_8_0pre1~978 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=93b0e0d50fb14561ca2b8b0c20876826335ec1ab 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 --- diff --git a/src/vol/vol-salvage.c b/src/vol/vol-salvage.c index 7854696..259bb44 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); } - } + } } } }