]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Automatic fix by our code checker.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Feb 2009 16:33:37 +0000 (17:33 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Feb 2009 16:33:37 +0000 (17:33 +0100)
src/pomona/fsset.py

index eec4ca730ab12509e75a01f01ab992dc54209378..78f980cf0c38000cc4755d0e0b14bf18be7d76b3 100644 (file)
@@ -56,7 +56,7 @@ fileSystemTypes = {}
 
 def fileSystemTypeGetDefault():
     if fileSystemTypeGet('ext4').isSupported():
-       return fileSystemTypeGet('ext4')
+        return fileSystemTypeGet('ext4')
     elif fileSystemTypeGet('ext3').isSupported():
         return fileSystemTypeGet('ext3')
     elif fileSystemTypeGet('ext2').isSupported():