OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_1pre2-140-g0910046

Gerrit Code Review gerrit@openafs.org
Tue, 31 Jul 2012 11:22:33 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 5b497f6bb4dba37f4768b1eae3abbe71e67b4d40
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Jul 26 15:58:45 2012 -0500

    LINUX: Fix osi_proc.c formatting
    
    osi_proc.c had a few formatting issues:
    
     - Several function definitions did not have the function name at the
       beginning of the line
    
     - A few preprocessor directives were not indented
    
     - A few areas used a tab character for each indentation level, as
       opposed to 4 spaces, then 1 tab, as the rest of the tree has
    
     - Struct definitions were aligned using tabs, not spaces, causing
       misalignments when the indentation was fixed
    
    Fix these.
    
    Reviewed-on: http://gerrit.openafs.org/7884
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    (cherry picked from commit 23f2f1232b03ed02f87582c12b4c4e8474bc9b5d)
    
    Change-Id: I0c1a595ae0599f522ee3681d33f7b82290778b7f
    Reviewed-on: http://gerrit.openafs.org/7913
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/afs/LINUX/osi_proc.c |  150 ++++++++++++++++++++++++----------------------
 1 files changed, 79 insertions(+), 71 deletions(-)

-- 
OpenAFS Master Repository