]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
common: Fix indentation
authorDavid Zafman <dzafman@redhat.com>
Sun, 19 Jun 2016 00:58:36 +0000 (17:58 -0700)
committerDavid Zafman <dzafman@redhat.com>
Tue, 8 Nov 2016 23:16:52 +0000 (15:16 -0800)
Signed-off-by: David Zafman <dzafman@redhat.com>
src/common/scrub_types.cc

index 336965c9015a667f47105cca84c28edb794a42e6..db7c915907c94a69f946399ff5388d8ee7ec0b97 100644 (file)
@@ -113,7 +113,7 @@ inconsistent_obj_wrapper::set_auth_missing(const hobject_t& hoid,
     } else {
       shard.set_object(oid_object->second);
     }
-      shards[pg_map.first.osd] = shard;
+    shards[pg_map.first.osd] = shard;
   }
 }