From 89aff74157857517bedfe10ef2da0a7f2a7b28a7 Mon Sep 17 00:00:00 2001 From: Peter Portante Date: Wed, 31 Oct 2012 06:51:54 -0400 Subject: object-storage: fix trailing whitespace Change-Id: Ib3c671e693c2c332af98a593ca14c42c36f5ca76 Signed-off-by: Peter Portante Reviewed-on: http://review.gluster.org/4175 Reviewed-by: Kaleb KEITHLEY Reviewed-by: Mohammed Junaid Tested-by: Kaleb KEITHLEY --- swift/1.4.8/plugins/DiskDir.py | 2 +- swift/1.4.8/plugins/fs_utils.py | 1 - swift/1.4.8/test/__init__.py | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/swift/1.4.8/plugins/DiskDir.py b/swift/1.4.8/plugins/DiskDir.py index 65845b933..af924f1fe 100644 --- a/swift/1.4.8/plugins/DiskDir.py +++ b/swift/1.4.8/plugins/DiskDir.py @@ -357,7 +357,7 @@ class DiskDir(DiskCommon): """ Get global data for the container. :returns: dict with keys: account, container, object_count, bytes_used, - hash, id, created_at, put_timestamp, delete_timestamp, + hash, id, created_at, put_timestamp, delete_timestamp, reported_put_timestamp, reported_delete_timestamp, reported_object_count, and reported_bytes_used. If include_metadata is set, metadata is included as a key diff --git a/swift/1.4.8/plugins/fs_utils.py b/swift/1.4.8/plugins/fs_utils.py index 76fcbbc2b..0c74836cd 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 - diff --git a/swift/1.4.8/test/__init__.py b/swift/1.4.8/test/__init__.py index 8b1378917..e69de29bb 100644 --- a/swift/1.4.8/test/__init__.py +++ b/swift/1.4.8/test/__init__.py @@ -1 +0,0 @@ - -- cgit