From dd345f2a56be4ceb26da3e1eb502311bb71a671b Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 9 Feb 2015 15:30:59 -0500 Subject: [PATCH] fix minor indentation Signed-off-by: Alfredo Deza --- radosgw_agent/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radosgw_agent/client.py b/radosgw_agent/client.py index 01059d2..9127240 100644 --- a/radosgw_agent/client.py +++ b/radosgw_agent/client.py @@ -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 -- 2.47.3