aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/c/comment.c
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2022-01-22 17:48:44 +0100
committerStephan Seitz <stephan.seitz@fau.de>2022-02-05 18:54:55 +0100
commit616dc885fc2257d418b9646620b4c4c193155b11 (patch)
treee8445afa3fb499c7c667f81d172dbf5cede70910 /tests/indent/c/comment.c
parentindents(c): indent at expression_statement (diff)
downloadnvim-treesitter-616dc885fc2257d418b9646620b4c4c193155b11.tar
nvim-treesitter-616dc885fc2257d418b9646620b4c4c193155b11.tar.gz
nvim-treesitter-616dc885fc2257d418b9646620b4c4c193155b11.tar.bz2
nvim-treesitter-616dc885fc2257d418b9646620b4c4c193155b11.tar.lz
nvim-treesitter-616dc885fc2257d418b9646620b4c4c193155b11.tar.xz
nvim-treesitter-616dc885fc2257d418b9646620b4c4c193155b11.tar.zst
nvim-treesitter-616dc885fc2257d418b9646620b4c4c193155b11.zip
indents(c): fix indentation on block comment
Diffstat (limited to 'tests/indent/c/comment.c')
-rw-r--r--tests/indent/c/comment.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/indent/c/comment.c b/tests/indent/c/comment.c
index b32de8218..435b70661 100644
--- a/tests/indent/c/comment.c
+++ b/tests/indent/c/comment.c
@@ -6,3 +6,6 @@
void foo(int *x, int y) {
*x = y;
}
+
+/*
+ *