summaryrefslogtreecommitdiff
path: root/src/mongo/util/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/debugger.h')
-rw-r--r--src/mongo/util/debugger.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mongo/util/debugger.h b/src/mongo/util/debugger.h
index 53adfe838c4..fabff0bf642 100644
--- a/src/mongo/util/debugger.h
+++ b/src/mongo/util/debugger.h
@@ -30,10 +30,10 @@
namespace mongo {
- // Sets SIGTRAP handler to launch GDB
- // Noop unless on *NIX and compiled with MONGO_CONFIG_DEBUG_BUILD
- void setupSIGTRAPforGDB();
+// Sets SIGTRAP handler to launch GDB
+// Noop unless on *NIX and compiled with MONGO_CONFIG_DEBUG_BUILD
+void setupSIGTRAPforGDB();
- void breakpoint();
+void breakpoint();
-} // namespace mongo
+} // namespace mongo