diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/c/02201-align-string.c')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/c/02201-align-string.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/c/02201-align-string.c b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/c/02201-align-string.c deleted file mode 100644 index 0b2cf25a..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/c/02201-align-string.c +++ /dev/null @@ -1,14 +0,0 @@ - -// note - set threshold to three -void foo(void) -{ - printf("This is the first line\n" - "And this is the second.\n"); - - fprintf(stderr, "This is the first line\n" - "And this is the second.\n"); - - fprintf(stderr, "Format string: %s", "This is the first line\n" - "And this is the second.\n"); -} - |