summaryrefslogtreecommitdiff
path: root/contrib/start-scripts/linux
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-01-12 12:00:00 -0500
committerPeter Eisentraut <peter_e@gmx.net>2017-01-12 10:17:37 -0500
commitda0dbea9c30e7c91e9e78d72ab3dbee77d7ca0cd (patch)
treeb9c193c7e0317c22d0e6181425b28df342b84976 /contrib/start-scripts/linux
parent76568d37865c5c21ae154008b2c681e3e32ac880 (diff)
downloadpostgresql-da0dbea9c30e7c91e9e78d72ab3dbee77d7ca0cd.tar.gz
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.
Diffstat (limited to 'contrib/start-scripts/linux')
-rw-r--r--contrib/start-scripts/linux8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/start-scripts/linux b/contrib/start-scripts/linux
index 763a8064ab..c88433a0e2 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'"
;;