summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/ethtool.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ethtool.sh b/net/ethtool.sh
index d4dc11e..21a22b6 100644
--- a/net/ethtool.sh
+++ b/net/ethtool.sh
@@ -29,7 +29,7 @@ ethtool_pre_start() {
# Skip everything if no arguments
[ -z "${args}" ] && continue
-
+
# Split on \n
local IFS="$__IFS"