From 5167abd3248520946dc6571a53a3d3e666e161e9 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 22 Feb 2016 02:04:07 +0100 Subject: Remove trailing whitespace --- spline-startup | 6 +++--- 1 file 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', -- cgit v1.2.3-1-g7c22