]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw/rgw_op: fix indentation warning
authorSage Weil <sage@redhat.com>
Mon, 26 Jun 2017 19:47:38 +0000 (15:47 -0400)
committerSage Weil <sage@redhat.com>
Mon, 26 Jun 2017 19:47:38 +0000 (15:47 -0400)
commit075368d89a3fcb1fed2c68d569e190137bdce552
treeff5e669b6600c8f5e2130b184fffddcbaf26c9fd
parentd96491b3acb22586539181a7da353d2afe6c982a
rgw/rgw_op: fix indentation warning

/home/sage/src/ceph2/src/rgw/rgw_op.cc: In member function ‘virtual void RGWDeleteObjTags::execute()’:
/home/sage/src/ceph2/src/rgw/rgw_op.cc:777:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
   if (s->object.empty())
   ^~
/home/sage/src/ceph2/src/rgw/rgw_op.cc:780:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
     rgw_obj obj;
     ^~~~~~~

Signed-off-by: Sage Weil <sage@redhat.com>
src/rgw/rgw_op.cc