summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compiler-rt/lib/sanitizer_common/.clang-tidy2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/.clang-tidy b/compiler-rt/lib/sanitizer_common/.clang-tidy
index d41d0ddd086..aa695cc924a 100644
--- a/compiler-rt/lib/sanitizer_common/.clang-tidy
+++ b/compiler-rt/lib/sanitizer_common/.clang-tidy
@@ -9,4 +9,4 @@ CheckOptions:
- key: readability-identifier-naming.UnionCase
value: CamelCase
- key: readability-identifier-naming.VariableCase
- value: lowerCase
+ value: lower_case
OpenPOWER on IntegriCloud