mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-12 20:15:37 +02:00
Formatted the entire codebase and added a CI check for formatting
This commit is contained in:
@ -8,11 +8,9 @@ namespace sched_action {
|
||||
~StartRecorderClass() {}
|
||||
|
||||
void trigger() {
|
||||
|
||||
}
|
||||
|
||||
void prepareEditMenu() {
|
||||
|
||||
}
|
||||
|
||||
bool showEditMenu(bool& valid) {
|
||||
@ -40,7 +38,6 @@ namespace sched_action {
|
||||
std::string recorderName;
|
||||
|
||||
std::string name = "Start \"\"";
|
||||
|
||||
};
|
||||
|
||||
Action StartRecorder() {
|
||||
|
@ -138,7 +138,6 @@ namespace sched_action {
|
||||
int vfoNameId = -1;
|
||||
|
||||
std::string name;
|
||||
|
||||
};
|
||||
|
||||
Action TuneVFO() {
|
||||
|
Reference in New Issue
Block a user