summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/c/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/c/hello.c')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/c/hello.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/c/hello.c b/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/c/hello.c
deleted file mode 100644
index 5849783c..00000000
--- a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/c/hello.c
+++ /dev/null
@@ -1,13 +0,0 @@
-#include <stdio.h>
-
-void HelloWorld(char* pString)
-{
- printf("%s\n", pString);
-} /* HelloWorld */
-
-int main()
-{
- HelloWorld("Hello world");
-
- return 0;
-} /* main */