summaryrefslogtreecommitdiff
path: root/lib/msan/msan_report.cc
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-01-30 07:45:58 +0000
committerAlexey Samsonov <samsonov@google.com>2013-01-30 07:45:58 +0000
commitba5e99668e3030cc5bab357a04271a1bdbac209c (patch)
tree8f6e1cbeaf5384a7b09f210f9f8017a1db03a09d /lib/msan/msan_report.cc
parenteb41768d814383b007b3cf8effb61fe0b1c68236 (diff)
[Sanitizer] update style checker script and fix namespace style warnings
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@173910 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/msan/msan_report.cc')
-rw-r--r--lib/msan/msan_report.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msan/msan_report.cc b/lib/msan/msan_report.cc
index 872108999..648cd8167 100644
--- a/lib/msan/msan_report.cc
+++ b/lib/msan/msan_report.cc
@@ -97,4 +97,4 @@ void ReportAtExitStatistics() {
}
-} // namespace msan
+} // namespace __msan