]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
wifi-scripts: ucode: remove trailing whitespace
authorFlorian Maurer <fmaurer@disroot.org>
Sun, 31 May 2026 21:04:26 +0000 (21:04 +0000)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Mon, 29 Jun 2026 07:26:56 +0000 (09:26 +0200)
Removes trailing whitespace from mac80211.sh

Signed-off-by: Florian Maurer <fmaurer@disroot.org>
Link: https://github.com/openwrt/openwrt/pull/23607
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
package/network/config/wifi-scripts/files-ucode/lib/netifd/wireless/mac80211.sh

index 6f80b30d59fc09cadb0efe07245ddf572123ea18..3ed59fba16c14622e9da8183b85ee4bcaa765e52 100755 (executable)
@@ -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);