]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mdsmap: cleanup up braces
authorSage Weil <sage@newdream.net>
Mon, 3 May 2010 17:21:49 +0000 (10:21 -0700)
committerSage Weil <sage@newdream.net>
Mon, 3 May 2010 21:11:52 +0000 (14:11 -0700)
src/mds/MDSMap.cc

index 4695010460c75f6d4a509f9c7dd92a5706a510f7..371c44f89f5b5f33eacef984a0dec04c598585e8 100644 (file)
@@ -69,7 +69,7 @@ void MDSMap::print(ostream& out)
   out << "\ncompat " << compat << std::endl;
   out << "\nmax_mds " << max_mds << std::endl;
 
-  out << "in <" << in << ">\n"
+  out << "in " << in << "\n"
       << "up <" << up << ">\n"
       << "failed <" << failed << ">\n"
       << "stopped <" << stopped << ">\n";