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:
ed 2020-05-28 09:26:04 +01:00
parent fb34363c0a
commit 5d9eb7ee1f

View file

@ -1368,7 +1368,7 @@ public:
return { (int16) roundToInt (rect.top * desktopScale),
(int16) roundToInt (rect.left * desktopScale),
(int16) roundToInt (rect.bottom * desktopScale),
(int16) roundToInt (rect.right * desktopScale)};
(int16) roundToInt (rect.right * desktopScale) };
}
//==============================================================================