Skip to content

Commit

Permalink
Apply missed clang format to plugin processor
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Dec 17, 2023
1 parent bb9b4cc commit 395fad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PluginProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ void ValentineAudioProcessor::processBlock (juce::AudioBuffer<float>& buffer,
if (saturateOn.get())
{
// Clear the buffers if saturate just got turned back on
if(!saturateOnState)
if (!saturateOnState)
{
saturator->clearBuffers();
saturateOnState = true;
Expand Down

0 comments on commit 395fad7

Please sign in to comment.