Skip to content

Commit 944c9f0

Browse files
committed
Formatted the code [ci skip]
1 parent e0cc879 commit 944c9f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cfg/qt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ QVector<int>::iterator QVector2()
281281

282282
void duplicateExpression_QString_Compare(QString style) //#8723
283283
{
284-
// cppcheck-suppress duplicateExpression
284+
// cppcheck-suppress duplicateExpression
285285
if (style.compare( "x", Qt::CaseInsensitive ) == 0 || style.compare( "x", Qt::CaseInsensitive ) == 0)
286286
{}
287287
}

0 commit comments

Comments
 (0)