misc: whitespace fixes

This commit is contained in:
Austin English
2018-10-12 17:16:23 -05:00
committed by Mike Frysinger
parent 67e2d6033d
commit 02af093043
7 changed files with 8 additions and 8 deletions

View File

@@ -38,9 +38,9 @@ ssd_start()
service_inactive && _inactive=true
mark_service_inactive
fi
[ -n "$output_logger" ] &&
[ -n "$output_logger" ] &&
output_logger_arg="--stdout-logger \"$output_logger\""
[ -n "$error_logger" ] &&
[ -n "$error_logger" ] &&
error_logger_arg="--stderr-logger \"$error_logger\""
#the eval call is necessary for cases like:
# command_args="this \"is a\" test"