diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/c/for-space.c')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/c/for-space.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/c/for-space.c b/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/c/for-space.c deleted file mode 100644 index 1064d493..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/c/for-space.c +++ /dev/null @@ -1,17 +0,0 @@ -void f() -{ -for ( ; it != Values.end(); ++it) -BTree.insert(std::pair < int, double > (*it, double (*it) + 1.0)); - - -for ( ; vIt != Values.end(); ++vIt) -{ } -for ( ; vIt != Values.end(); ++vIt) -{ } - -for ( ; ; ) ; -for (int i = 0; i < 42; ) i += 3; - -for (int i = 0; i < 42; ++i) k += 3; -} - |