OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-356-gc29f03e

Gerrit Code Review gerrit@openafs.org
Thu, 1 Jul 2010 10:04:31 -0700 (PDT)


The following commit has been merged in the master branch:
commit c29f03efab46fac2f89f69cad66b114f42398ba6
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Jul 1 11:22:13 2010 -0500

    fs: Correct human-readable output alignment
    
    'fs lq' output separates its space values by whitespace, but 'fs df'
    does not, which was causing the human-readable output for 'fs' to not
    be properly aligned with the output headers. Modify HumanPrintSpace to
    take up exactly 10 characters (9 for the value, 1 for the exponent),
    and have the callers print out an extra space if appropriate.
    
    Change-Id: Ied81e73e1e84df34e63fdf0c80ad86341bea0cd4
    Reviewed-on: http://gerrit.openafs.org/2311
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/venus/fs.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository