From: Florian Maurer Date: Sun, 31 May 2026 21:04:26 +0000 (+0000) Subject: wifi-scripts: ucode: remove trailing whitespace X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=010e8b731a98ab180a8a4826e2d03c19b244fe22;p=thirdparty%2Fopenwrt.git wifi-scripts: ucode: remove trailing whitespace Removes trailing whitespace from mac80211.sh Signed-off-by: Florian Maurer Link: https://github.com/openwrt/openwrt/pull/23607 Signed-off-by: Jonas Jelonek --- diff --git a/package/network/config/wifi-scripts/files-ucode/lib/netifd/wireless/mac80211.sh b/package/network/config/wifi-scripts/files-ucode/lib/netifd/wireless/mac80211.sh index 6f80b30d59f..3ed59fba16c 100755 --- a/package/network/config/wifi-scripts/files-ucode/lib/netifd/wireless/mac80211.sh +++ b/package/network/config/wifi-scripts/files-ucode/lib/netifd/wireless/mac80211.sh @@ -217,7 +217,7 @@ function setup() { idx[mode] ??= 0; let mode_idx = idx[mode]++; - if (!v.config.ifname) + if (!v.config.ifname) v.config.ifname = data.ifname_prefix + mode + mode_idx; push(active_ifnames, v.config.ifname);