Skip to content

Commit 895d088

Browse files
committed
Fix code formatting
1 parent 65d807b commit 895d088

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/node-control.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,9 @@ class ASREnvelope
148148

149149
if (m_state == kDone)
150150
{
151-
for (size_t k=0; k < numFrames; k++)
151+
for (size_t k=0; k < numFrames; k++) {
152152
output[k] = 0.f;
153+
}
153154
}
154155
else
155156
{

0 commit comments

Comments
 (0)