]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rbd/Import: fix the indent of labels
authorDongsheng Yang <dongsheng.yang@easystack.cn>
Thu, 28 Jul 2016 12:25:22 +0000 (08:25 -0400)
committerDongsheng Yang <dongsheng.yang@easystack.cn>
Sun, 19 Feb 2017 12:41:28 +0000 (20:41 +0800)
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn>
src/tools/rbd/action/Import.cc

index 2d721846cb6d13ef49549f250affc15b854ec355..49ccf0b9fcf8ddbb4daa84cdb2d136a22bb99661 100644 (file)
@@ -201,7 +201,7 @@ static int do_import(librbd::RBD &rbd, librados::IoCtx& io_ctx,
 
   r = image.close();
 
- done:
+done:
   if (!from_stdin) {
     if (r < 0)
       pc.fail();
@@ -209,7 +209,7 @@ static int do_import(librbd::RBD &rbd, librados::IoCtx& io_ctx,
       pc.finish();
     close(fd);
   }
- done2:
+done2:
   delete[] p;
   return r;
 }