summaryrefslogtreecommitdiff
path: root/runtime/runtime_options.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/runtime_options.cc')
-rw-r--r--runtime/runtime_options.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/runtime_options.cc b/runtime/runtime_options.cc
index b072bb0c37..bce0d81cfb 100644
--- a/runtime/runtime_options.cc
+++ b/runtime/runtime_options.cc
@@ -30,7 +30,7 @@ namespace art {
// Specify storage for the RuntimeOptions keys.
-#define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap::Name {__VA_ARGS__}; // NOLINT [readability/braces] [4]
+#define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap::Name {__VA_ARGS__};
#include "runtime_options.def"
} // namespace art