From: Jeffrey Altman Date: Mon, 8 Dec 2003 06:18:46 +0000 (+0000) Subject: format-fix-for-fs-windows-20031208 X-Git-Tag: openafs-devel-1_3_51~22 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4b01f15c0c699ededec18dadf97469ba564f1cd0;p=packages%2Fo%2Fopenafs.git format-fix-for-fs-windows-20031208 spacing errors in List Quota command --- diff --git a/src/WINNT/afsd/fs.c b/src/WINNT/afsd/fs.c index 414738eaa..f5ceef515 100644 --- a/src/WINNT/afsd/fs.c +++ b/src/WINNT/afsd/fs.c @@ -1110,8 +1110,8 @@ register struct cmd_syndesc *as; { struct VolumeStatus *status; char *name; - printf("%-25s%-10s%-10s%-7s%-11s\n", - "Volume Name", " Quota", " Used", " %Used", " Partition"); + printf("%-25s%-10s%-10s%-7s%-13s\n", + "Volume Name", " Quota", " Used", " %Used", " Partition"); SetDotDefault(&as->parms[0].items); for(ti=as->parms[0].items; ti; ti=ti->next) { /* once per file */