]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: replicatedpg: remove redundant semicolon 7844/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Mon, 29 Feb 2016 19:12:02 +0000 (03:12 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Mon, 29 Feb 2016 19:12:02 +0000 (03:12 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/osd/ReplicatedPG.cc

index 9d0e55e90e2b90c49c63f1ef6576ddab37175653..58c685ca28eed950abfefaf57cdfb718e9503689 100644 (file)
@@ -852,7 +852,7 @@ int ReplicatedPG::do_command(cmdmap_t cmdmap, ostream& ss,
     f->close_section();
     f->flush(odata);
     return 0;
-  };
+  }
 
   ss << "unknown pg command " << prefix;
   return -EINVAL;