OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2789-g23f2f12
Gerrit Code Review
gerrit@openafs.org
Fri, 27 Jul 2012 20:19:48 -0700 (PDT)
The following commit has been merged in the master branch:
commit 23f2f1232b03ed02f87582c12b4c4e8474bc9b5d
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.
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 | 150 ++++++++++++++++++++++++----------------------
1 files changed, 79 insertions(+), 71 deletions(-)
--
OpenAFS Master Repository