mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-09 10:35:21 +02:00
Formatted the entire codebase and added a CI check for formatting
This commit is contained in:
@ -20,7 +20,7 @@ public:
|
||||
void release(bool modified = false);
|
||||
|
||||
json conf;
|
||||
|
||||
|
||||
private:
|
||||
void autoSaveWorker();
|
||||
|
||||
@ -33,5 +33,4 @@ private:
|
||||
std::mutex termMtx;
|
||||
std::condition_variable termCond;
|
||||
volatile bool termFlag = false;
|
||||
|
||||
};
|
Reference in New Issue
Block a user