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/osx/PostgreSQL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib/start-scripts/osx/PostgreSQL') diff --git a/contrib/start-scripts/osx/PostgreSQL b/contrib/start-scripts/osx/PostgreSQL index 24872b0944d..d38504dcc26 100755 --- a/contrib/start-scripts/osx/PostgreSQL +++ b/contrib/start-scripts/osx/PostgreSQL @@ -96,9 +96,9 @@ StopService () { RestartService () { if [ "${POSTGRESQL:=-NO-}" = "-YES-" ]; then ConsoleMessage "Restarting PostgreSQL database server" - # should match StopService: - sudo -u $PGUSER sh -c "$PGCTL stop -D '${PGDATA}' -s -m fast" - # should match StartService: + # should match StopService: + sudo -u $PGUSER sh -c "$PGCTL stop -D '${PGDATA}' -s -m fast" + # should match StartService: if [ "${ROTATELOGS}" = "1" ]; then sudo -u $PGUSER sh -c "${DAEMON} -D '${PGDATA}' &" 2>&1 | ${LOGUTIL} "${PGLOG}" ${ROTATESEC} & else -- cgit v1.2.3