[openwrt/openwrt] hostapd: remove trailing whitespaces

LEDE Commits lede-commits at lists.infradead.org
Wed Jan 13 21:57:05 EST 2021


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

commit f72ce73e364d34f4235fcb02927523f9ce330175
Author: Leon M. George <leon at georgemail.eu>
AuthorDate: Tue Jan 12 10:32:06 2021 +0100

    hostapd: remove trailing whitespaces
    
    Signed-off-by: Leon M. George <leon at georgemail.eu>
---
 package/network/services/hostapd/files/hostapd.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh
index b46d58b4a3..d9a5332bee 100644
--- a/package/network/services/hostapd/files/hostapd.sh
+++ b/package/network/services/hostapd/files/hostapd.sh
@@ -429,7 +429,7 @@ append_osu_icon() {
 }
 
 append_osu_provider() {
-	local cfgtype osu_server_uri osu_friendly_name osu_nai osu_nai2 osu_method_list 
+	local cfgtype osu_server_uri osu_friendly_name osu_nai osu_nai2 osu_method_list
 
 	config_load wireless
 	config_get cfgtype "$1" TYPE
@@ -743,7 +743,7 @@ hostapd_set_bss_options() {
 
 		if [ "$ieee80211r" -gt "0" ]; then
 			json_get_vars mobility_domain ft_psk_generate_local ft_over_ds reassociation_deadline
-			
+
 			set_default mobility_domain "$(echo "$ssid" | md5sum | head -c 4)"
 			set_default ft_over_ds 1
 			set_default reassociation_deadline 1000



More information about the lede-commits mailing list