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

No differences found