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 2019-07-12 14:44:34 +01:00
parent 18cda401c7
commit 922730f685

View file

@ -273,7 +273,7 @@ bool MessageManager::existsAndIsCurrentThread() noexcept
struct MessageManager::Lock::BlockingMessage : public MessageManager::MessageBase
{
BlockingMessage (const MessageManager::Lock* parent) noexcept
: owner (parent)
: owner (parent)
{}
void messageCallback() override