summaryrefslogtreecommitdiff
path: root/unittests/Format/FormatTestProto.cpp
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2015-06-22 23:07:51 +0000
committerAlexander Kornienko <alexfh@google.com>2015-06-22 23:07:51 +0000
commit8ca7705aa3e5a2e0f39d00aaa170827369ec9784 (patch)
tree2a33ddff0e4b77ce71382ca30a2f6ed5875a4cff /unittests/Format/FormatTestProto.cpp
parent4dcc0f7da78882b0946f6f46ec6397dd566b4e72 (diff)
downloadclang-8ca7705aa3e5a2e0f39d00aaa170827369ec9784.tar.gz
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240353 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Format/FormatTestProto.cpp')
-rw-r--r--unittests/Format/FormatTestProto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Format/FormatTestProto.cpp b/unittests/Format/FormatTestProto.cpp
index e90c29f24c..ac8fcbdda4 100644
--- a/unittests/Format/FormatTestProto.cpp
+++ b/unittests/Format/FormatTestProto.cpp
@@ -152,5 +152,5 @@ TEST_F(FormatTestProto, FormatsService) {
"};");
}
-} // namespace format
+} // end namespace tooling
} // end namespace clang