aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/c/aligned_indent.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/c/aligned_indent.c')
-rw-r--r--tests/indent/c/aligned_indent.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/indent/c/aligned_indent.c b/tests/indent/c/aligned_indent.c
new file mode 100644
index 000000000..75555b971
--- /dev/null
+++ b/tests/indent/c/aligned_indent.c
@@ -0,0 +1,10 @@
+void foo(int a,
+ int b,
+ int c);
+
+void foo(int a,
+ int b
+
+
+
+