diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2022-06-28 17:21:54 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2022-06-28 17:21:54 -0500 |
commit | 3cc4c014853b2498d218f3c4718058da7d368236 (patch) | |
tree | 682603fce74a84986a6e9805c39dfd4f60e9901b /init.d/modules.in | |
parent | 414f39849808ca102b2d2c654acdd6f1fa8b8352 (diff) |
remove trailing space
Diffstat (limited to 'init.d/modules.in')
-rw-r--r-- | init.d/modules.in | 2 |
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 } |