mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-22 08:02:42 +00:00
Formatted the entire codebase and added a CI check for formatting
This commit is contained in:
@@ -82,7 +82,6 @@ namespace dsp {
|
||||
private:
|
||||
stream<T>* _a;
|
||||
stream<T>* _b;
|
||||
|
||||
};
|
||||
|
||||
template <class T>
|
||||
@@ -163,7 +162,6 @@ namespace dsp {
|
||||
private:
|
||||
stream<T>* _a;
|
||||
stream<T>* _b;
|
||||
|
||||
};
|
||||
|
||||
template <class T>
|
||||
@@ -244,6 +242,5 @@ namespace dsp {
|
||||
private:
|
||||
stream<T>* _a;
|
||||
stream<T>* _b;
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user