]> git-server-git.apps.pok.os.sepia.ceph.com Git - radosgw-agent.git/commitdiff
fix minor indentation
authorAlfredo Deza <adeza@redhat.com>
Mon, 9 Feb 2015 20:30:59 +0000 (15:30 -0500)
committerAlfredo Deza <adeza@redhat.com>
Tue, 10 Mar 2015 19:47:57 +0000 (15:47 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
radosgw_agent/client.py

index 01059d269fa0fe743d0080ed250fb1e3d316fafd..91272400ac793e489388c056c95b570be947da37 100644 (file)
@@ -283,8 +283,8 @@ def is_versioned(obj):
     """
     Check if a given object is versioned by inspecting some of its attributes.
     """
-    # before any heuristic, newer versions of RGW will tell if an obj is versioned
-    # so try that first
+    # before any heuristic, newer versions of RGW will tell if an obj is
+    # versioned so try that first
     if hasattr(obj, 'versioned'):
         return obj.versioned