From 944c9f0db9abf40e307df23ad9eb3090dfaf4c76 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Mon, 20 Sep 2021 11:39:04 +0200 Subject: [PATCH] Formatted the code [ci skip] --- test/cfg/qt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cfg/qt.cpp b/test/cfg/qt.cpp index f559f0e1b..f8c38765b 100644 --- a/test/cfg/qt.cpp +++ b/test/cfg/qt.cpp @@ -281,7 +281,7 @@ QVector::iterator QVector2() void duplicateExpression_QString_Compare(QString style) //#8723 { - // cppcheck-suppress duplicateExpression + // cppcheck-suppress duplicateExpression if (style.compare( "x", Qt::CaseInsensitive ) == 0 || style.compare( "x", Qt::CaseInsensitive ) == 0) {} }