mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 06:42:43 +00: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