summaryrefslogtreecommitdiff
path: root/db/introspect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db/introspect.cpp')
-rw-r--r--db/introspect.cpp3
1 files changed, 1 insertions, 2 deletions
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);