mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-11-21 19:11:33 +01:00
Formatted the entire codebase and added a CI check for formatting
This commit is contained in:
@@ -44,11 +44,10 @@ namespace spyserver {
|
||||
SpyServerMessageHeader receivedHeader;
|
||||
|
||||
dsp::stream<dsp::complex_t>* output;
|
||||
|
||||
};
|
||||
|
||||
|
||||
typedef std::unique_ptr<SpyServerClientClass> SpyServerClient;
|
||||
|
||||
SpyServerClient connect(std::string host, uint16_t port, dsp::stream<dsp::complex_t>* out);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user