Skip to content

Commit

Permalink
AutomatableModel.cpp quick clean I suppose. Amen
Browse files Browse the repository at this point in the history
  • Loading branch information
Monospace-V committed Mar 30, 2024
1 parent 0041d36 commit 35ec657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/AutomatableModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,8 @@ ValueBuffer * AutomatableModel::valueBuffer()
{

Check notice on line 621 in src/core/AutomatableModel.cpp

View check run for this annotation

codefactor.io / CodeFactor

src/core/AutomatableModel.cpp#L621

Redundant blank line at the start of a code block should be deleted. (whitespace/blank_line)
auto vb = m_controllerConnection->valueBuffer();
if (vb)

if (vb)
{
float * values = vb->values();
float * nvalues = m_valueBuffer.values();
Expand Down

0 comments on commit 35ec657

Please sign in to comment.