diff options
author | Chris Lattner <sabre@nondot.org> | 2010-12-21 02:36:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-12-21 02:36:58 +0000 |
commit | 124b3def9ed99dc844225aeb6b17f789307500ee (patch) | |
tree | a1ad313cb8335930c91736adb02e63a7840337c2 /test/Index/annotate-tokens.cpp | |
parent | b99268b3083c882103bd1bd08bdcc9a76a2b4795 (diff) |
add missing newlines at end of file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122309 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/annotate-tokens.cpp')
-rw-r--r-- | test/Index/annotate-tokens.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/annotate-tokens.cpp b/test/Index/annotate-tokens.cpp index 0aac96b461..3138babf0a 100644 --- a/test/Index/annotate-tokens.cpp +++ b/test/Index/annotate-tokens.cpp @@ -28,4 +28,4 @@ void test(bonk X) { // CHECK: Identifier: "bonk" [4:24 - 4:28] TypeRef=struct bonk:1:8 // CHECK: Punctuation: ")" [4:28 - 4:29] UnexposedExpr= // CHECK: Punctuation: ";" [4:29 - 4:30] UnexposedStmt= -// CHECK: Punctuation: "}" [5:1 - 5:2] UnexposedStmt=
\ No newline at end of file +// CHECK: Punctuation: "}" [5:1 - 5:2] UnexposedStmt= |