Skip to content

Commit c986bb3

Browse files
committed
Fix indentation
1 parent 1100d62 commit c986bb3

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Source/Plugins/RhythmNode/RHD2000Thread.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -909,16 +909,16 @@ int RHD2000Thread::getNumDataOutputs(DataChannel::DataChannelTypes type, int sub
909909
if (type == DataChannel::AUX_CHANNEL)
910910
{
911911
if (acquireAuxChannels)
912-
{
913-
int numAuxOutputs = 0;
914-
for (int i = 0; i < MAX_NUM_HEADSTAGES; ++i)
915912
{
916-
if (headstagesArray[i]->isPlugged() > 0)
913+
int numAuxOutputs = 0;
914+
for (int i = 0; i < MAX_NUM_HEADSTAGES; ++i)
917915
{
918-
numAuxOutputs += 3;
916+
if (headstagesArray[i]->isPlugged() > 0)
917+
{
918+
numAuxOutputs += 3;
919+
}
919920
}
920-
}
921-
return numAuxOutputs;
921+
return numAuxOutputs;
922922
}
923923
else
924924
{

0 commit comments

Comments
 (0)