Skip to content

Commit

Permalink
Really, clang-format?
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot committed Sep 12, 2024
1 parent 9786f56 commit 74b8c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pedalboard/plugins/GSMFullRateCompressor.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class GSMWrapper {

class GSMFullRateCompressorInternal : public Plugin {
public:
virtual ~GSMFullRateCompressorInternal() {};
virtual ~GSMFullRateCompressorInternal(){};

virtual void prepare(const juce::dsp::ProcessSpec &spec) override {
bool specChanged = lastSpec.sampleRate != spec.sampleRate ||
Expand Down

0 comments on commit 74b8c1f

Please sign in to comment.