diff --git a/tests/manual/clang-format-for-qtc/test.cpp b/tests/manual/clang-format-for-qtc/test.cpp index b3cf22eaca8..482b1068984 100644 --- a/tests/manual/clang-format-for-qtc/test.cpp +++ b/tests/manual/clang-format-for-qtc/test.cpp @@ -121,8 +121,7 @@ struct Baz {}; } // namespace N -namespace N2 { -} +namespace N2 {} // ------------------------------------------------------------------------------------------------- // Forward declarations @@ -394,7 +393,8 @@ void penaltyTests(bool isThatTrue) const QString path; const bool someLongerNameNNNNNNNNNN = functionToCallSt(path, - QStringList(QLatin1String("-print-env"))); + QStringList( + QLatin1String("-print-env"))); } // ------------------------------------------------------------------------------------------------- @@ -489,8 +489,7 @@ void MyClass::nonInlineMultipleStatements() template class TemplateClass -{ -}; +{}; // ------------------------------------------------------------------------------------------------- // Enums