Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Sep 20, 2024
1 parent 7df1535 commit 824f771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/sst/basic-blocks/dsp/Lag.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ template <class T, bool first_run_checks> struct OnePoleLag
/**
* OnePoleLag is a better name for SurgeLag
*/
template <typename T, bool first_run_checks = true> struct SurgeLag : OnePoleLag<T, first_run_checks>
template <typename T, bool first_run_checks = true>
struct SurgeLag : OnePoleLag<T, first_run_checks>
{
SurgeLag() : OnePoleLag<T, first_run_checks>() {}
SurgeLag(T lp) : OnePoleLag<T, first_run_checks>(lp) {}
Expand Down

0 comments on commit 824f771

Please sign in to comment.