From c18a6e38156210a89552389535184430aae43d28 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Fri, 26 Aug 2011 16:53:57 +0300 Subject: [PATCH] ppf/new: Remove trailing white spaces. --- ppf/new/config.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ppf/new/config.py b/ppf/new/config.py index 98a30fe..e57a575 100644 --- a/ppf/new/config.py +++ b/ppf/new/config.py @@ -40,7 +40,7 @@ class SwarmConfig(object): def store(self, ini_file): pass - + def add(self, section, option, value): pass @@ -59,7 +59,7 @@ class SessionConfig(object): def store(self, ini_file): pass - + def add(self, section, option, value): pass @@ -78,7 +78,7 @@ class AccessConfig(object): def store(self, ini_file): pass - + def add(self, section, option, value): pass @@ -87,4 +87,3 @@ class AccessConfig(object): def set(self, section, option, value): pass - -- 2.20.1