summaryrefslogtreecommitdiff
path: root/db/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/commands.h')
-rw-r--r--db/commands.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/db/commands.h b/db/commands.h
index eea4a71..a8a61c4 100644
--- a/db/commands.h
+++ b/db/commands.h
@@ -85,9 +85,7 @@ namespace mongo {
Note if run() returns false, we do NOT log.
*/
- virtual bool logTheOp() {
- return false;
- }
+ virtual bool logTheOp() { return false; }
virtual void help( stringstream& help ) const;