Fixing brace alignment to follow common code style.
[live-boot-grml.git] / scripts / live-helpers
index d73f44d..0e1b691 100644 (file)
@@ -1585,8 +1585,8 @@ fix_home_rw_compatibility ()
        fi
 }
 
-is_mountpoint () {
-
+is_mountpoint ()
+{
        directory="$1"
 
        [ $(stat -fc%d:%D "${directory}") != $(stat -fc%d:%D "${directory}/..") ]