wifi-scripts: ucode: remove trailing whitespace

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>
This commit is contained in:
Florian Maurer 2026-05-31 21:04:26 +00:00 committed by Jonas Jelonek
parent 0d747a8edb
commit 010e8b731a
No known key found for this signature in database

View file

@ -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);