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,11 +6,12 @@
#ifndef SWIFT_MISC_SHAREDSTATE_SCALARMUTATOR_H
#define SWIFT_MISC_SHAREDSTATE_SCALARMUTATOR_H
#include "misc/sharedstate/passivemutator.h"
#include "misc/variant.h"
#include "misc/swiftmiscexport.h"
#include <QObject>
#include <QMutex>
#include <QObject>
#include "misc/sharedstate/passivemutator.h"
#include "misc/swiftmiscexport.h"
#include "misc/variant.h"
namespace swift::misc::shared_state
{
@@ -55,6 +56,6 @@ namespace swift::misc::shared_state
//! Set scalar value.
void setValue(const T &value) { CGenericScalarMutator::setValue(CVariant::from(value)); }
};
}
} // namespace swift::misc::shared_state
#endif