dracut-functions: space
authorHarald Hoyer <harald@redhat.com>
Mon, 7 Mar 2011 12:05:33 +0000 (13:05 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 7 Mar 2011 12:37:17 +0000 (13:37 +0100)
dracut-functions

index 8bdfa68..37b58c8 100755 (executable)
@@ -58,7 +58,7 @@ vercmp() {
 }
 
 is_func() {
-     [[ $(type -t $1) = "function" ]] 
+    [[ $(type -t $1) = "function" ]] 
 }
 
 # Log initrd creation.