summaryrefslogtreecommitdiff
path: root/src/mongo/util/ntservice_mock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/ntservice_mock.cpp')
-rw-r--r--src/mongo/util/ntservice_mock.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/util/ntservice_mock.cpp b/src/mongo/util/ntservice_mock.cpp
index 65c2be70641..b4695a2ca40 100644
--- a/src/mongo/util/ntservice_mock.cpp
+++ b/src/mongo/util/ntservice_mock.cpp
@@ -29,9 +29,9 @@
namespace mongo {
namespace ntservice {
- bool shouldStartService() {
- return false;
- }
+bool shouldStartService() {
+ return false;
+}
} // namespace ntservice
} // namespace mongo