qos-scripts: fix trailing whitespace in config files

Signed-off-by: Manas Sambhus <manas.sambhus+github@gmail.com>
This commit is contained in:
Manas Sambhus
2022-08-04 16:54:18 +05:30
committed by Christian Marangi
parent 0ca634e9ef
commit 3e2ea10e5e
4 changed files with 7 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ print_comments() {
echo '# Direction: '"$2"
echo '# Stats: '"$3"
echo ''
}
}
get_device() {
( config_load network; scan_interfaces; config_get "$1" ifname )