From: Duncan P. N. Exon Smith Date: Sat, 25 May 2019 22:38:02 +0000 (+0000) Subject: Add missing newline at end of file X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a18a355edce3e687460b0fde3b5dbf48136d69c;p=clang Add missing newline at end of file git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361708 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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