]> granicus.if.org Git - clang/commitdiff
Forgot the newline :)
authorAnders Carlsson <andersca@mac.com>
Mon, 24 Nov 2008 05:13:45 +0000 (05:13 +0000)
committerAnders Carlsson <andersca@mac.com>
Mon, 24 Nov 2008 05:13:45 +0000 (05:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59942 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PR2413-void-address-cast-error.c

index 3db2b03f164c318874311140b7d7fbb60a2bf9ad..9a66471b89ea450b51e450ef18708bf783fcf725 100644 (file)
@@ -3,4 +3,4 @@ void f()
 {
         void *addr;
         addr = (void *)( ((long int)addr + 7L) );
-}
\ No newline at end of file
+}