- fix whitespace bug
[bootmanager.git] / source / steps / CheckForNewDisks.py
index 9bb9b44..0c121c3 100644 (file)
@@ -93,7 +93,7 @@ def Run( vars, log ):
         already_added= utils.sysexec_noerr(cmd % lvm_partition, log)
         cciss_already_added= utils.sysexec_noerr(cmd % cciss_lvm_partition, log)
 
-         if already_added or cciss_already_added:
+        if already_added or cciss_already_added:
             log.write( "It appears %s is part of the volume group, continuing.\n" %
                        device )
             continue