From 4b87142aba52c76ff9ed7c9c2fe0067bd935a2f4 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Thu, 26 Feb 2009 19:00:14 +0000 Subject: [PATCH] Add end of line at end. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65557 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/x86_64-arguments.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.40.0