diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_752.cpp')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_752.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_752.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_752.cpp deleted file mode 100644 index b0b77452..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_i_752.cpp +++ /dev/null @@ -1,14 +0,0 @@ -int a() -{ - for(QStringList::const_iterator codesIt = _codes.constBegin(); codesIt != _codes.constEnd(); ++codesIt) { - if( // Current codes enough to compare: - ( ( *codesIt ).size() <= strId ) || - // Character on this slot was not readable: - ( ( *codesIt ).at( strId ) == m_wildcard ) || - // This character is matching: - ( code.at( strId ) == ( *codesIt ).at( strId ) ) ) { - // Ignore this slot: - continue; - } - } -} |