aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2022-06-28 17:21:54 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2022-06-28 17:21:54 -0500
commit3cc4c014853b2498d218f3c4718058da7d368236 (patch)
tree682603fce74a84986a6e9805c39dfd4f60e9901b
parent414f39849808ca102b2d2c654acdd6f1fa8b8352 (diff)
remove trailing space
-rw-r--r--init.d/modules.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/modules.in b/init.d/modules.in
index 9def2ce8..9a064607 100644
--- a/init.d/modules.in
+++ b/init.d/modules.in
@@ -59,7 +59,7 @@ load_modules()
Linux) modprobe --first-time --use-blacklist --verbose "$x"; rc=$? ;;
*) ;;
esac
- eend
+ eend
done
return 0
}