From 8360bfb75c36cfe65ee7f5585f2178d17b28eb38 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 8 Apr 2020 21:54:23 +0200 Subject: Cleanup: clang-format --- intern/ghost/intern/GHOST_WindowWin32.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/ghost/intern/GHOST_WindowWin32.h b/intern/ghost/intern/GHOST_WindowWin32.h index a3d4e89dd38..d4427f67e9b 100644 --- a/intern/ghost/intern/GHOST_WindowWin32.h +++ b/intern/ghost/intern/GHOST_WindowWin32.h @@ -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; -- cgit v1.2.3