summaryrefslogtreecommitdiff
path: root/db/introspect.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-01-04 00:40:41 -0500
committerEliot Horowitz <eliot@10gen.com>2011-01-04 00:40:41 -0500
commitb828d21630d8715fff5a30c682a51ab79880093d (patch)
treecbbc46069dcfc08ab1525ec06a5dff5967dde148 /db/introspect.cpp
parent4315a900ae604e11f2d9d68d1e6f87b8aa01dddc (diff)
downloadmongo-b828d21630d8715fff5a30c682a51ab79880093d.tar.gz
ran astyle SERVER-2304
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 d72bb3fcea7..cee0da869f4 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);