From 367a68dffc71c6a9624a74b7524b7c609a515eef Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 11 Jan 2010 22:04:10 -0800 Subject: [PATCH] Revert "MINOR formatting" This reverts commit b94ecc8f2db71651ab50bdbfbc13ae3871b4de0d. --- shell/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/utils.cpp b/shell/utils.cpp index ca9f751ae41..e7db1ed7d2c 100644 --- a/shell/utils.cpp +++ b/shell/utils.cpp @@ -272,7 +272,7 @@ namespace mongo { assert( dbs.count( port_ ) == 0 ); } if ( port_ <= 0 || portToSocket.find( port_ ) == portToSocket.end() || portToSocket[ port_ ] <= 0 ) { - oldSocket_ = -1; + oldSocket_ = -1; } else { oldSocket_ = portToSocket[ port_ ]; }