Skip to content

Commit

Permalink
Apply clang-tidy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Feb 10, 2024
1 parent 95fad69 commit eb9502b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grit/audio/dynamic/transient_shaper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct TransientShaper

auto reset() -> void;
auto prepare(Float sampleRate) -> void;
[[nodiscard]] auto operator()(Float signal) -> Float;
[[nodiscard]] auto operator()(Float x) -> Float;

private:
static constexpr auto const dbOffset = Float(1e-6);
Expand Down

0 comments on commit eb9502b

Please sign in to comment.