From d2075586c82104fe01c7de351b4df98833116e64 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 7 Apr 2010 22:53:17 +0000 Subject: add newlines at the end of files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100705 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC/2008-11-02-WeakAlias.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/FrontendC') diff --git a/test/FrontendC/2008-11-02-WeakAlias.c b/test/FrontendC/2008-11-02-WeakAlias.c index 4bdc5c7..befafe4 100644 --- a/test/FrontendC/2008-11-02-WeakAlias.c +++ b/test/FrontendC/2008-11-02-WeakAlias.c @@ -2,4 +2,4 @@ // PR2691 void init_IRQ(void) __attribute__((weak, alias("native_init_IRQ"))); -void native_init_IRQ(void) {} \ No newline at end of file +void native_init_IRQ(void) {} -- cgit v1.1