]> git.michaelhowe.org Git - packages/o/openafs.git/commit
LINUX: Fix osi_proc.c formatting
authorAndrew Deason <adeason@sinenomine.net>
Thu, 26 Jul 2012 20:58:45 +0000 (15:58 -0500)
committerDerrick Brashear <shadow@dementix.org>
Tue, 31 Jul 2012 18:21:42 +0000 (11:21 -0700)
commit5b497f6bb4dba37f4768b1eae3abbe71e67b4d40
tree5391b09f453d3b55a4d937ad7be9376449ef29c5
parent90be7b32fd3a18db5fe9c10782500ff50e936236
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