summaryrefslogtreecommitdiff
path: root/tests/indent/c/func.c
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2022-01-22 14:50:51 +0100
committerStephan Seitz <stephan.seitz@fau.de>2022-02-05 18:54:55 +0100
commit059fbc487c62a5e109143254b720a5dc33201a34 (patch)
tree24fac44f1ef8996b99b9323bcb0178ccca899aea /tests/indent/c/func.c
parent62982378b81ce91d5cdf70047113e51e13434286 (diff)
indents: allow aligned_indent for unfinished calls in C and Python
Diffstat (limited to 'tests/indent/c/func.c')
-rw-r--r--tests/indent/c/func.c2
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;
}