1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 18:35:55 +02:00

brcm47xx: whitespace cleanups

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34329 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke 2012-11-25 14:03:51 +00:00
parent 61ec66ad3f
commit 25d34577f9
7 changed files with 7 additions and 16 deletions

View File

@ -5,5 +5,3 @@ init_hotplug_failsafe() {
}
boot_hook_add preinit_main init_hotplug_failsafe

View File

@ -5,4 +5,3 @@ enable_reset_button() {
}
boot_hook_add preinit_main enable_reset_button

View File

@ -12,4 +12,3 @@ failsafe_ip() {
}
boot_hook_add failsafe failsafe_ip

View File

@ -3,4 +3,3 @@
do_mount_procfs() {
mount none /proc -t proc
}

View File

@ -35,5 +35,3 @@ preinit_net_echo() {
} || port_net_echo $1
}

View File

@ -8,5 +8,3 @@ indicate_failsafe() {
preinit_net_echo "Entering Failsafe!\n"
indicate_failsafe_led
}