mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-03 08:43:04 +00:00
Apply modernize-redundant-void-arg clang-tidy fix
This commit is contained in:
@@ -77,7 +77,7 @@ public:
|
||||
/*!
|
||||
* \brief Run the acquisition process in the FPGA
|
||||
*/
|
||||
void run_acquisition(void);
|
||||
void run_acquisition();
|
||||
|
||||
/*!
|
||||
* \brief Read the results of the acquisition process
|
||||
@@ -112,7 +112,7 @@ public:
|
||||
/*!
|
||||
* \brief Reset the FPGA PL.
|
||||
*/
|
||||
void reset_acquisition(void);
|
||||
void reset_acquisition();
|
||||
|
||||
/*!
|
||||
* \brief Read the scaling factor that has been used by the FFT-IFFT
|
||||
|
||||
Reference in New Issue
Block a user