1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed some misleading indentation

This commit is contained in:
ed 2019-04-30 14:20:02 +01:00
parent b561b34e8c
commit 3d7b002a8f
2 changed files with 3 additions and 3 deletions

View file

@ -858,8 +858,8 @@ public:
if (t.value.isActive)
killTouch (t.touch, t.value, now);
touches.clear();
}
touches.clear();
}
BlockImplementation& blockImpl;
TouchList<TouchStatus> touches;

View file

@ -468,7 +468,7 @@ private:
if (auto block = currentTopology.getBlockWithUID (deviceID))
return BlockImpl::getFrom (*block);
return nullptr;
return nullptr;
}
OwnedArray<ConnectedDeviceGroup<Detector>> connectedDeviceGroups;