From: Ingo Molnar Date: Mon, 16 Jul 2007 07:46:31 +0000 (+0200) Subject: [PATCH] sched: fix up fs/proc/array.c whitespace problems X-Git-Tag: v2.6.23-rc1~780^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ea02606681beb41568c62ba060bdf51fc9ba14e;p=pandora-kernel.git [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 --- Reading git-diff-tree failed