[package] base-files: fix whitespaces
[openwrt.git] / package / base-files / files / lib / preinit / 70_initramfs_test
index 15c0dcd902a665c222c8cbbb369624ec780daeba..8504e34db091fc5f10e699f0475c3b0f2efe10c4 100644 (file)
@@ -3,12 +3,11 @@
 # Copyright (C) 2010 Vertical Communications
 
 initramfs_test() {
-    if [ -n "$INITRAMFS" ]; then
-       boot_run_hook initramfs
-       preinit_ip_deconfig
-       break
-    fi
+       if [ -n "$INITRAMFS" ]; then
+               boot_run_hook initramfs
+               preinit_ip_deconfig
+               break
+       fi
 }
 
 boot_hook_add preinit_main initramfs_test
-