whitespace

This commit is contained in:
Aaron
2011-01-04 15:03:40 -08:00
parent 91c208c577
commit a8053a4639

View File

@@ -627,7 +627,7 @@ namespace mongo {
shells.erase( pid );
return x;
}
BSONObj WaitMongoProgramOnPort( const BSONObj &a ) {
int port = oneArg( a ).numberInt();
uassert( 13621, "no known mongo program on port", dbs.count( port ) != 0 );