summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/PR2413-void-address-cast-error.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/PR2413-void-address-cast-error.c')
-rw-r--r--clang/test/CodeGen/PR2413-void-address-cast-error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/PR2413-void-address-cast-error.c b/clang/test/CodeGen/PR2413-void-address-cast-error.c
index 3db2b03f164..9a66471b89e 100644
--- a/clang/test/CodeGen/PR2413-void-address-cast-error.c
+++ b/clang/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
+}
OpenPOWER on IntegriCloud