aboutsummaryrefslogtreecommitdiffstats
path: root/lua/tests/indent/c/comment.c
diff options
context:
space:
mode:
Diffstat (limited to 'lua/tests/indent/c/comment.c')
-rw-r--r--lua/tests/indent/c/comment.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/lua/tests/indent/c/comment.c b/lua/tests/indent/c/comment.c
deleted file mode 100644
index b32de8218..000000000
--- a/lua/tests/indent/c/comment.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/**
- * Function foo
- * @param[out] x output
- * @param[in] x input
- */
-void foo(int *x, int y) {
- *x = y;
-}