commit | 8ea02606681beb41568c62ba060bdf51fc9ba14e | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Jul 16 09:46:31 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Jul 16 09:46:31 2007 +0200 |
tree | a0022c43da7a7a2200f32c7e425a38f8418920e5 | |
parent | e4af30be8fd0bed0e8f96e4e1ebd546a3dfa8f2b [diff] |
[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>