diff options
Diffstat (limited to 'tests/indent/c/func.c')
| -rw-r--r-- | tests/indent/c/func.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indent/c/func.c b/tests/indent/c/func.c index c188acc0..0c1ede8e 100644 --- a/tests/indent/c/func.c +++ b/tests/indent/c/func.c @@ -21,7 +21,7 @@ int f4( } int f5(int x, - int y) + int y) { return 1; } |
