From 0ca01a91ae0a3562e54c226e7b9512feb2ea83d0 Mon Sep 17 00:00:00 2001 From: Antonin Kral Date: Thu, 25 Mar 2010 19:21:32 +0100 Subject: Imported Upstream version 1.4.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 9cb477d..a041d48 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()); -- cgit v1.2.3