commit | d2075586c82104fe01c7de351b4df98833116e64 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Apr 07 22:53:17 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Apr 07 22:53:17 2010 +0000 |
tree | fd90fab2d2874d65978558eb65efd219cc6b8c5e | |
parent | 1ca6531e2e8e1b3a4f6c48888568450ecf614004 [diff] [blame] |
add newlines at the end of files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100705 91177308-0d34-0410-b5e6-96231b3b80d8
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) {}