forked from qt-creator/qt-creator
Format clang-format example project with clang 6/7
Change-Id: Icc690e5f8293bd07dc0d0e0b76a6cefb11d3a684 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -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 T>
|
||||
class TemplateClass
|
||||
{
|
||||
};
|
||||
{};
|
||||
|
||||
// -------------------------------------------------------------------------------------------------
|
||||
// Enums
|
||||
|
Reference in New Issue
Block a user