Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2020-04-08 22:54:23 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-04-08 22:58:17 +0300
commit8360bfb75c36cfe65ee7f5585f2178d17b28eb38 (patch)
treef81d1ec0b63ab23e772320109406a0a2346cfdb6
parentf405934fe3d31e650cec9af48a4b6c69fd771b1f (diff)
Cleanup: clang-format
-rw-r--r--intern/ghost/intern/GHOST_WindowWin32.h4
1 files changed, 3 insertions, 1 deletions
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;