From a0adab3c064d5480953566b36d2f93c2e306913c Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Wed, 8 May 2013 00:44:50 +0200 Subject: [PATCH] dput: remove trailing whitespaces --- lib/dput.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/dput.py b/lib/dput.py index 472f0f6..d635cd5 100644 --- a/lib/dput.py +++ b/lib/dput.py @@ -65,11 +65,11 @@ class Dput(object): if changes_file == None: return True - cmd = [BIN_DPUT, - '-c', - '%s' %(self.config), - '--no-upload-log', - 'profitbricks', + cmd = [BIN_DPUT, + '-c', + '%s' %(self.config), + '--no-upload-log', + 'profitbricks', '%s' %(changes_file), ] -- 2.39.5