staging: lustre: removed spaces at the start of a line
authorMarc Fite <marc@fite.cat>
Thu, 12 Jun 2014 17:28:16 +0000 (19:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jun 2014 22:34:38 +0000 (15:34 -0700)
This is a patch in order to remove 2 lines with spaces at the start of the line.

Signed-off-by: Marc Fite <marc@fite.cat>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdecho/lproc_echo.c

index 8fe9245..c972eb4 100644 (file)
@@ -51,7 +51,7 @@ static struct lprocfs_vars lprocfs_echo_module_vars[] = {
 
 void lprocfs_echo_init_vars(struct lprocfs_static_vars *lvars)
 {
-    lvars->module_vars  = lprocfs_echo_module_vars;
-    lvars->obd_vars     = lprocfs_echo_obd_vars;
+       lvars->module_vars  = lprocfs_echo_module_vars;
+       lvars->obd_vars     = lprocfs_echo_obd_vars;
 }
 #endif /* LPROCFS */