From 582fc32574a3b158c81e49cb00e6ae59205e66ba Mon Sep 17 00:00:00 2001 From: Antonin Kral Date: Thu, 17 Mar 2011 00:05:43 +0100 Subject: Imported Upstream version 1.8.0 --- db/introspect.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'db/introspect.cpp') diff --git a/db/introspect.cpp b/db/introspect.cpp index d72bb3f..cee0da8 100644 --- a/db/introspect.cpp +++ b/db/introspect.cpp @@ -26,8 +26,7 @@ namespace mongo { - void profile( const char *str, int millis) - { + void profile( const char *str, int millis) { BSONObjBuilder b; b.appendDate("ts", jsTime()); b.append("info", str); -- cgit v1.2.3