[GFS2] Align all labels against LH side

This makes everything consistent.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
diff --git a/fs/gfs2/mount.c b/fs/gfs2/mount.c
index b660278..257c4a1 100644
--- a/fs/gfs2/mount.c
+++ b/fs/gfs2/mount.c
@@ -203,11 +203,11 @@
 
 	return error;
 
- need_value:
+need_value:
 	fs_info(sdp, "need value for option %s\n", o);
 	return -EINVAL;
 
- cant_remount:
+cant_remount:
 	fs_info(sdp, "can't remount with option %s\n", o);
 	return -EINVAL;
 }