aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/c/issue-4117.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/c/issue-4117.c')
-rw-r--r--tests/indent/c/issue-4117.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/indent/c/issue-4117.c b/tests/indent/c/issue-4117.c
new file mode 100644
index 000000000..12e05c63d
--- /dev/null
+++ b/tests/indent/c/issue-4117.c
@@ -0,0 +1,6 @@
+int main(){
+ if(1){
+ }
+ else {
+ }
+}