From ba5e99668e3030cc5bab357a04271a1bdbac209c Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Wed, 30 Jan 2013 07:45:58 +0000 Subject: [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 --- lib/msan/msan_report.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/msan/msan_report.cc') 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 -- cgit v1.2.3