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>
Sat, 28 Jul 2012 03:19:01 +0000 (20:19 -0700)
commit23f2f1232b03ed02f87582c12b4c4e8474bc9b5d
treede800daa68971d9a554ca7048adb9af02ca102ce
parente02fd4d358f20bcf001f0486afe1750d4013dea3
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.

Change-Id: I8d6b511473b89c42abd759553ec77332407daff0
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>
src/afs/LINUX/osi_proc.c