Cleanup: clang-format

This commit is contained in:
Brecht Van Lommel 2020-04-08 21:54:23 +02:00
parent f405934fe3
commit 8360bfb75c

@ -632,7 +632,9 @@ class GHOST_WindowWin32 : public GHOST_Window {
/**
* Convert Wintab system mapped (mouse) buttons into Ghost button mask
*/
GHOST_TSuccess wintabMouseToGhost(UINT cursor, DWORD physicalButton, GHOST_TButtonMask &buttonMask);
GHOST_TSuccess wintabMouseToGhost(UINT cursor,
DWORD physicalButton,
GHOST_TButtonMask &buttonMask);
GHOST_TWindowState m_normal_state;