mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-06 10:26:03 +08:00
refactor: clang-format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user