summaryrefslogtreecommitdiff
path: root/src/mongo/util/if_constexpr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/if_constexpr.h')
-rw-r--r--src/mongo/util/if_constexpr.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/util/if_constexpr.h b/src/mongo/util/if_constexpr.h
index bf1dbdf8867..28900a243a1 100644
--- a/src/mongo/util/if_constexpr.h
+++ b/src/mongo/util/if_constexpr.h
@@ -31,6 +31,4 @@
// Terrible hack to work around clang-format being out of date.
// TODO sed this away and delete this file when we upgrade clang-format.
-#define IF_CONSTEXPR \
- if \
- constexpr
+#define IF_CONSTEXPR if constexpr