[GFS2] Fix indent in recovery.c
commit887bc5d00c02b32763845247024e8db5243ef857
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 5 Dec 2006 18:34:17 +0000 (5 13:34 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 5 Dec 2006 18:34:17 +0000 (5 13:34 -0500)
treee52d8210087866b411ccafce1ec4e7a3510778b6
parent33c3de32872ef3c075e4dac04c0de8f86ac39f6f
[GFS2] Fix indent in recovery.c

As per comments from Andrew Morton and Jan Engelhardt, this fixes the
indent and removes the "static" from a variable declaration since its
not needed in this case (now allocated on the stack of the function
in question).

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Cc: Jan Engelhardt <jengelh@linux01.gwdg.de>
Cc: Andrew Morton <akpm@osdl.org>
fs/gfs2/recovery.c