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,11 @@
#ifndef SWIFT_MISC_DIGESTSIGNAL_H
#define SWIFT_MISC_DIGESTSIGNAL_H
#include "misc/swiftmiscexport.h"
#include <QObject>
#include <QTimer>
#include "misc/swiftmiscexport.h"
namespace swift::misc
{
//! Receive 1..n signals, collect them over time, and resend afer n milliseconds
@@ -60,6 +60,6 @@ namespace swift::misc
const int m_maxInputsPerDigest = 3;
int m_inputsCount = 0;
};
}
} // namespace swift::misc
#endif