refactor: clang-format

This commit is contained in:
Lars Toenning
2024-11-16 11:00:14 +01:00
parent a4a896d82d
commit 97eed9562a
1855 changed files with 10922 additions and 9422 deletions

View File

@@ -6,15 +6,17 @@
//! \file
#include "misc/swiftmiscexport.h"
#include "misc/statusmessagelist.h"
#include "misc/statusmessage.h"
#include "misc/integersequence.h"
#include <QDebug>
#include <QLoggingCategory>
#include <QList>
#include <type_traits>
#include <QDebug>
#include <QList>
#include <QLoggingCategory>
#include "misc/integersequence.h"
#include "misc/statusmessage.h"
#include "misc/statusmessagelist.h"
#include "misc/swiftmiscexport.h"
namespace swift::misc
{
/*!
@@ -56,7 +58,7 @@ namespace swift::misc
QByteArray qtCategory() const;
QDebug ostream(const QByteArray &category) const;
};
}
} // namespace swift::misc
/*!
* Convenience macro to construct a CLogMessage with the filename, line number, and function name,