summaryrefslogtreecommitdiff
path: root/test/CFrontend/2007-07-29-RestrictPtrArg.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CFrontend/2007-07-29-RestrictPtrArg.c')
-rw-r--r--test/CFrontend/2007-07-29-RestrictPtrArg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CFrontend/2007-07-29-RestrictPtrArg.c b/test/CFrontend/2007-07-29-RestrictPtrArg.c
index be09108b34..d54dfbe571 100644
--- a/test/CFrontend/2007-07-29-RestrictPtrArg.c
+++ b/test/CFrontend/2007-07-29-RestrictPtrArg.c
@@ -3,4 +3,4 @@
void foo(int * __restrict myptr1, int * myptr2) {
myptr1[0] = 0;
myptr2[0] = 0;
-} \ No newline at end of file
+}