From 5a18a355edce3e687460b0fde3b5dbf48136d69c Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Sat, 25 May 2019 22:38:02 +0000 Subject: [PATCH] Add missing newline at end of file git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361708 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Tooling/Syntax/TokensTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/Tooling/Syntax/TokensTest.cpp b/unittests/Tooling/Syntax/TokensTest.cpp index ac60506373..1d931faa70 100644 --- a/unittests/Tooling/Syntax/TokensTest.cpp +++ b/unittests/Tooling/Syntax/TokensTest.cpp @@ -651,4 +651,4 @@ TEST_F(TokenBufferTest, TokensToFileRange) { // We don't test assertion failures because death tests are slow. } -} // namespace \ No newline at end of file +} // namespace -- 2.50.1