base-files: fix whitespaces
[openwrt/staging/chunkeey.git] / package / base-files / files / lib / preinit / 99_10_run_init
index a8f330f8926f02b07bf70052f4c2a13d278e9c95..b4f0ec203d3e0ccb32af296f1462ab1b0adaf2f0 100644 (file)
@@ -3,8 +3,7 @@
 # Copyright (C) 2010 Vertical Communications
 
 run_init() {
-    preinit_ip_deconfig
+       preinit_ip_deconfig
 }
 
 boot_hook_add preinit_main run_init
-