diff options
| author | Dave Jones <davej@codemonkey.org.uk> | 2002-10-07 19:25:53 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-10-07 19:25:53 -0700 |
| commit | 1cc260ff33f695eb4b408cb9b83afb265a9169fc (patch) | |
| tree | d51d46ae37b9eb78ba9b965a7b2f348052ba2fea /fs/proc/array.c | |
| parent | 73b333d8c553659684fbd50b938e150116282ac2 (diff) | |
[PATCH] indentation fixes.
As per CodingStyle
Diffstat (limited to 'fs/proc/array.c')
| -rw-r--r-- | fs/proc/array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/array.c b/fs/proc/array.c index 6dbae3d53464..2bdca174519f 100644 --- a/fs/proc/array.c +++ b/fs/proc/array.c @@ -352,7 +352,7 @@ int proc_pid_stat(struct task_struct *task, char * buffer) ppid, task->pgrp, task->session, - tty_nr, + tty_nr, tty_pgrp, task->flags, task->min_flt, |
