From da0dbea9c30e7c91e9e78d72ab3dbee77d7ca0cd Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 12 Jan 2017 12:00:00 -0500 Subject: Make whitespace consistent inside some script files I don't know what the global standard might be, but at least adjacent code should use the same whitespace. --- contrib/start-scripts/linux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'contrib/start-scripts/linux') diff --git a/contrib/start-scripts/linux b/contrib/start-scripts/linux index 763a8064abb..c88433a0e2b 100644 --- a/contrib/start-scripts/linux +++ b/contrib/start-scripts/linux @@ -108,10 +108,10 @@ case $1 in echo "ok" ;; reload) - echo -n "Reload PostgreSQL: " - su - $PGUSER -c "$PGCTL reload -D '$PGDATA' -s" - echo "ok" - ;; + echo -n "Reload PostgreSQL: " + su - $PGUSER -c "$PGCTL reload -D '$PGDATA' -s" + echo "ok" + ;; status) su - $PGUSER -c "$PGCTL status -D '$PGDATA'" ;; -- cgit v1.2.3