[openwrt/openwrt] ath79: fix leading whitespaces in generic 01_leds

LEDE Commits lede-commits at lists.infradead.org
Sun May 16 16:01:46 PDT 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3dd9f82fecd3a13ff4fa9d109bbe5b137df3f787

commit 3dd9f82fecd3a13ff4fa9d109bbe5b137df3f787
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Sun May 16 21:37:43 2021 +0200

    ath79: fix leading whitespaces in generic 01_leds
    
    Use tabs consistently.
    
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/ath79/generic/base-files/etc/board.d/01_leds | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/ath79/generic/base-files/etc/board.d/01_leds b/target/linux/ath79/generic/base-files/etc/board.d/01_leds
index 827055bc1f..1990353394 100644
--- a/target/linux/ath79/generic/base-files/etc/board.d/01_leds
+++ b/target/linux/ath79/generic/base-files/etc/board.d/01_leds
@@ -85,8 +85,8 @@ avm,fritzdvbc)
 	;;
 buffalo,wzr-hp-g300nh-rb|\
 buffalo,wzr-hp-g300nh-s)
-        ucidef_set_led_netdev "router" "Router" "green:router" "eth1"
-        ;;
+	ucidef_set_led_netdev "router" "Router" "green:router" "eth1"
+	;;
 comfast,cf-e110n-v2)
 	ucidef_set_led_netdev "lan" "LAN" "green:lan" "eth1"
 	ucidef_set_led_switch "wan" "WAN" "green:wan" "switch0" "0x02"



More information about the lede-commits mailing list