[PATCH] sched: fix up fs/proc/array.c whitespace problems
authorIngo Molnar <mingo@elte.hu>
Mon, 16 Jul 2007 07:46:31 +0000 (09:46 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 16 Jul 2007 07:46:31 +0000 (09:46 +0200)
commit8ea02606681beb41568c62ba060bdf51fc9ba14e
treea0022c43da7a7a2200f32c7e425a38f8418920e5
parente4af30be8fd0bed0e8f96e4e1ebd546a3dfa8f2b
[PATCH] sched: fix up fs/proc/array.c whitespace problems

while changing task_stime() i noticed a whitespace style problem in
array.c - fix it. While at it, fix all the other style problems too,
most of them in the scheduler-stats related portions of array.c.

There is no change in functionality:

   text    data     bss     dec     hex filename
   4356      28       0    4384    1120 array.o-before
   4356      28       0    4384    1120 array.o-after

Signed-off-by: Ingo Molnar <mingo@elte.hu>
fs/proc/array.c