diff options
author | Peter Portante <peter.portante@redhat.com> | 2012-10-31 06:51:54 -0400 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2012-11-16 04:48:02 -0800 |
commit | 89aff74157857517bedfe10ef2da0a7f2a7b28a7 (patch) | |
tree | ad7a1884fa2d5d244dd8611b585f55f21976ec0c /swift/1.4.8/plugins/fs_utils.py | |
parent | d2040d1213d0486d36ddb8280a232ef64d81a481 (diff) |
object-storage: fix trailing whitespace
Change-Id: Ib3c671e693c2c332af98a593ca14c42c36f5ca76
Signed-off-by: Peter Portante <peter.portante@redhat.com>
Reviewed-on: http://review.gluster.org/4175
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Reviewed-by: Mohammed Junaid <junaid@redhat.com>
Tested-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'swift/1.4.8/plugins/fs_utils.py')
-rw-r--r-- | swift/1.4.8/plugins/fs_utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/swift/1.4.8/plugins/fs_utils.py b/swift/1.4.8/plugins/fs_utils.py index 76fcbbc2b9c..0c74836cdfb 100644 --- a/swift/1.4.8/plugins/fs_utils.py +++ b/swift/1.4.8/plugins/fs_utils.py @@ -154,4 +154,3 @@ def rmdirs(path): else: logging.error("rmdirs failed dir may not be empty or not valid dir") return False - |