summaryrefslogtreecommitdiff
path: root/Tests/CompileFeatures/c_restrict.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CompileFeatures/c_restrict.c')
-rw-r--r--Tests/CompileFeatures/c_restrict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CompileFeatures/c_restrict.c b/Tests/CompileFeatures/c_restrict.c
index 7bc7566586..5082da864b 100644
--- a/Tests/CompileFeatures/c_restrict.c
+++ b/Tests/CompileFeatures/c_restrict.c
@@ -1,5 +1,5 @@
-int f (int * restrict a, int * restrict b)
+int f(int* restrict a, int* restrict b)
{
(void)a;
(void)b;