From: Anders Carlsson Date: Mon, 24 Nov 2008 05:13:45 +0000 (+0000) Subject: Forgot the newline :) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2e8d98f7a8a6afdef0e9631af01c8e6c53cdf0d;p=clang Forgot the newline :) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59942 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/PR2413-void-address-cast-error.c b/test/CodeGen/PR2413-void-address-cast-error.c index 3db2b03f16..9a66471b89 100644 --- a/test/CodeGen/PR2413-void-address-cast-error.c +++ b/test/CodeGen/PR2413-void-address-cast-error.c @@ -3,4 +3,4 @@ void f() { void *addr; addr = (void *)( ((long int)addr + 7L) ); -} \ No newline at end of file +}