commit: ea622d37dfafdcac22e4cfb75d19e26dae6f2e56
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 3 12:51:20 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Mar 3 12:55:43 2016 +0000
URL: https://gitweb.gentoo.org/proj/apache.git/commit/?id=ea622d37
Whitespace fixes.
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
2.4/init/apache2.initd | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/2.4/init/apache2.initd b/2.4/init/apache2.initd
index de57251..d14aa39 100755
--- a/2.4/init/apache2.initd
+++ b/2.4/init/apache2.initd
@@ -69,8 +69,8 @@ start() {
checkconfig || return 1
if [ -n "${STARTUPERRORLOG}" ] ; then
- # We must make sure that we only append to APACHE2_OPTS
- # in start() and not in stop() or anywhere else that may
+ # We must make sure that we only append to APACHE2_OPTS
+ # in start() and not in stop() or anywhere else that may
# be executed along with start(), see bug #566726.
APACHE2_OPTS="${APACHE2_OPTS} -E ${STARTUPERRORLOG}"
fi