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:
Nikolai Kosjar
2019-01-04 10:38:10 +01:00
parent 08e37de0ca
commit dbe08fda37

View File

@@ -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