diff options
author | Mike Stump <mrs@apple.com> | 2009-02-26 19:00:14 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-02-26 19:00:14 +0000 |
commit | 4b87142aba52c76ff9ed7c9c2fe0067bd935a2f4 (patch) | |
tree | b6ed94790cb1d407ebcc2db8ff123c8f5e71a2bc | |
parent | aae76c902672a5b6c8c2ca3eed3721254a952dc0 (diff) |
Add end of line at end.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65557 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/x86_64-arguments.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/x86_64-arguments.c b/test/CodeGen/x86_64-arguments.c index 2b709886aa..69d3a81dcb 100644 --- a/test/CodeGen/x86_64-arguments.c +++ b/test/CodeGen/x86_64-arguments.c @@ -32,4 +32,4 @@ void f6(char a0, short a1, int a2, long long a3, void *a4) { typedef enum { A, B, C } E; void f7(E a0) { -}
\ No newline at end of file +} |