summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2016-02-22 02:04:07 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2016-02-22 02:04:07 +0100
commit5167abd3248520946dc6571a53a3d3e666e161e9 (patch)
treee3d9f19a9f10844441cd2fc073e5ef39f2787d5d
parent44f8476b056a39fde58a280f784a70ed15eb0c1f (diff)
downloadspline-startup-5167abd3248520946dc6571a53a3d3e666e161e9.tar.gz
spline-startup-5167abd3248520946dc6571a53a3d3e666e161e9.tar.bz2
spline-startup-5167abd3248520946dc6571a53a3d3e666e161e9.zip
Remove trailing whitespace
-rwxr-xr-xspline-startup6
1 files changed, 3 insertions, 3 deletions
diff --git a/spline-startup b/spline-startup
index 22b325f..c961d61 100755
--- a/spline-startup
+++ b/spline-startup
@@ -18,10 +18,10 @@ def is_root():
class SplineStartup(object):
-
+
def __init__(self):
self.options = None
-
+
self._parse_args()
if self.options.syslog:
syslog.openlog(logoption=syslog.LOG_PID)
@@ -44,7 +44,7 @@ class SplineStartup(object):
"but don't run them")
parser.add_argument('-s', '--syslog', action='store_true',
help='log to syslog and not to stderr')
-
+
if is_root():
parser.add_argument('-u', '--user', metavar='USER',
action='append',