From 263e6925a70157cd05cae12ec33d977b9c6b7aca 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 beb1cae..dd9557c 100644 --- a/radosgw_agent/client.py +++ b/radosgw_agent/client.py @@ -277,8 +277,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