[Bf-blender-cvs] [8360bfb75c3] master: Cleanup: clang-format

Brecht Van Lommel noreply at git.blender.org
Wed Apr 8 22:09:27 CEST 2020


Commit: 8360bfb75c36cfe65ee7f5585f2178d17b28eb38
Author: Brecht Van Lommel
Date:   Wed Apr 8 21:54:23 2020 +0200
Branches: master
https://developer.blender.org/rB8360bfb75c36cfe65ee7f5585f2178d17b28eb38

Cleanup: clang-format

===================================================================

M	intern/ghost/intern/GHOST_WindowWin32.h

===================================================================

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;



More information about the Bf-blender-cvs mailing list