1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-25 11:17:26 +00:00

Eliminates a large number of instance of end-of-line tabs.

This commit is contained in:
Thomas Harte
2017-11-07 22:51:06 -05:00
parent 09c855a659
commit f95515ae81
20 changed files with 34 additions and 34 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ class FIRFilter {
public:
/*!
Creates an instance of @c FIRFilter.
@param number_of_taps The size of window for input data.
@param input_sample_rate The sampling rate of the input signal.
@param low_frequency The lowest frequency of signal to retain in the output.
@@ -53,7 +53,7 @@ class FIRFilter {
/*!
Applies the filter to one batch of input samples, returning the net result.
@param src The source buffer to apply the filter to.
@returns The result of applying the filter.
*/