diff options
author | Peter Eisentraut | 2010-11-23 20:27:50 +0000 |
---|---|---|
committer | Peter Eisentraut | 2010-11-23 20:34:55 +0000 |
commit | fc946c39aeacdff7df60c83fca6582985e8546c8 (patch) | |
tree | 866145f64c09c0673a4aa3d3a2f5647f0b7afc45 /contrib/start-scripts | |
parent | 44475e782f4674d257b9e5c1a3930218a4b4deea (diff) |
Remove useless whitespace at end of lines
Diffstat (limited to 'contrib/start-scripts')
-rwxr-xr-x | contrib/start-scripts/osx/PostgreSQL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/start-scripts/osx/PostgreSQL b/contrib/start-scripts/osx/PostgreSQL index 65150d0fd56..58e69bc784f 100755 --- a/contrib/start-scripts/osx/PostgreSQL +++ b/contrib/start-scripts/osx/PostgreSQL @@ -30,9 +30,9 @@ # # Created by David Wheeler, 2002. -# modified by Ray Aspeitia 12-03-2003 : +# modified by Ray Aspeitia 12-03-2003 : # added log rotation script to db startup -# modified StartupParameters.plist "Provides" parameter to make it easier to +# modified StartupParameters.plist "Provides" parameter to make it easier to # start and stop with the SystemStarter utitlity # use the below command in order to correctly start/stop/restart PG with log rotation script: |