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

Tidied up some whitespace

This commit is contained in:
ed 2020-03-17 16:26:16 +00:00
parent d77dae186d
commit 6b8b728d1e

View file

@ -56,7 +56,7 @@ extern void juce_repeatLastProcessPriority();
extern void juce_checkCurrentlyFocusedTopLevelWindow(); // in juce_TopLevelWindow.cpp
extern bool juce_isRunningInWine();
using CheckEventBlockedByModalComps = bool (*)(const MSG&);
using CheckEventBlockedByModalComps = bool (*) (const MSG&);
extern CheckEventBlockedByModalComps isEventBlockedByModalComps;
static bool shouldDeactivateTitleBar = true;
@ -536,7 +536,7 @@ JUCE_API double getScaleFactorForWindow (HWND h)
hasChecked = true;
if (localGetDPIForWindow == nullptr)
localGetDPIForWindow = (GetDPIForWindowFunc)getUser32Function ("GetDpiForWindow");
localGetDPIForWindow = (GetDPIForWindowFunc) getUser32Function ("GetDpiForWindow");
}
if (localGetDPIForWindow != nullptr)