[Bf-blender-cvs] [173ca383f99] temp_macos_coalesced_tablet: Cleanup: clang-format.

Nicholas Rishel noreply at git.blender.org
Sun Nov 15 02:17:49 CET 2020


Commit: 173ca383f99c37fbc0d6276de058af6d149c2146
Author: Nicholas Rishel
Date:   Sat Nov 14 16:48:31 2020 -0800
Branches: temp_macos_coalesced_tablet
https://developer.blender.org/rB173ca383f99c37fbc0d6276de058af6d149c2146

Cleanup: clang-format.

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

M	intern/ghost/intern/GHOST_SystemCocoa.mm
M	source/blender/windowmanager/intern/wm_event_system.c

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

diff --git a/intern/ghost/intern/GHOST_SystemCocoa.mm b/intern/ghost/intern/GHOST_SystemCocoa.mm
index 8bd6829a967..4e1928f944b 100644
--- a/intern/ghost/intern/GHOST_SystemCocoa.mm
+++ b/intern/ghost/intern/GHOST_SystemCocoa.mm
@@ -535,7 +535,7 @@ GHOST_SystemCocoa::GHOST_SystemCocoa()
   m_ignoreWindowSizedMessages = false;
   m_ignoreMomentumScroll = false;
   m_multiTouchScroll = false;
-  
+
   [NSEvent setMouseCoalescingEnabled:NO];
 }
 
diff --git a/source/blender/windowmanager/intern/wm_event_system.c b/source/blender/windowmanager/intern/wm_event_system.c
index 160e5017c72..ebf068cbb07 100644
--- a/source/blender/windowmanager/intern/wm_event_system.c
+++ b/source/blender/windowmanager/intern/wm_event_system.c
@@ -4420,7 +4420,7 @@ void wm_event_add_ghostevent(wmWindowManager *wm, wmWindow *win, int type, void
       event.x = evt->x = pd->x;
       event.y = evt->y = pd->y;
       event.val = KM_NOTHING;
-	  
+
       /* The direction is inverted from the device due to system preferences. */
       event.is_direction_inverted = pd->isDirectionInverted;



More information about the Bf-blender-cvs mailing list