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:
parent
b561b34e8c
commit
3d7b002a8f
2 changed files with 3 additions and 3 deletions
|
|
@ -858,8 +858,8 @@ public:
|
|||
if (t.value.isActive)
|
||||
killTouch (t.touch, t.value, now);
|
||||
|
||||
touches.clear();
|
||||
}
|
||||
touches.clear();
|
||||
}
|
||||
|
||||
BlockImplementation& blockImpl;
|
||||
TouchList<TouchStatus> touches;
|
||||
|
|
|
|||
|
|
@ -468,7 +468,7 @@ private:
|
|||
if (auto block = currentTopology.getBlockWithUID (deviceID))
|
||||
return BlockImpl::getFrom (*block);
|
||||
|
||||
return nullptr;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
OwnedArray<ConnectedDeviceGroup<Detector>> connectedDeviceGroups;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue