mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 04:17:50 +02:00
Formatted the entire codebase and added a CI check for formatting
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
#include <module.h>
|
||||
#include <gui/gui.h>
|
||||
|
||||
SDRPP_MOD_INFO {
|
||||
SDRPP_MOD_INFO{
|
||||
/* Name: */ "scanner",
|
||||
/* Description: */ "Frequency scanner for SDR++",
|
||||
/* Author: */ "Ryzerth",
|
||||
@ -43,7 +43,6 @@ private:
|
||||
|
||||
std::string name;
|
||||
bool enabled = true;
|
||||
|
||||
};
|
||||
|
||||
MOD_EXPORT void _INIT_() {
|
||||
|
Reference in New Issue
Block a user