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

Whitespace

This commit is contained in:
Tom Poole 2019-06-06 17:37:03 +01:00
parent 061ea2e072
commit bdb3b5ab40

View file

@ -79,9 +79,9 @@ public:
void deleteAllTouchesForPeer (ComponentPeer* peer)
{
for (auto& t : currentTouches)
if (t.owner == peer)
t.touchId = 0;
for (auto& t : currentTouches)
if (t.owner == peer)
t.touchId = 0;
}
private: