From 523414dda2bf81b69b1c04e1145ac21758fa4268 Mon Sep 17 00:00:00 2001 From: Lukas Stockner Date: Sat, 31 Oct 2020 01:55:44 +0100 Subject: Cleanup: clang-format --- intern/ghost/intern/GHOST_SystemWin32.cpp | 9 +++++---- intern/ghost/intern/GHOST_SystemWin32.h | 6 +++--- intern/ghost/intern/GHOST_WindowWin32.h | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) (limited to 'intern') diff --git a/intern/ghost/intern/GHOST_SystemWin32.cpp b/intern/ghost/intern/GHOST_SystemWin32.cpp index c506f98d6fe..70933bd668e 100644 --- a/intern/ghost/intern/GHOST_SystemWin32.cpp +++ b/intern/ghost/intern/GHOST_SystemWin32.cpp @@ -961,9 +961,9 @@ GHOST_EventButton *GHOST_SystemWin32::processButtonEvent(GHOST_TEventType type, } GHOST_TSuccess GHOST_SystemWin32::processWintabEvent(GHOST_TEventType type, - GHOST_WindowWin32 *window, - GHOST_TButtonMask mask, - bool mousePressed) + GHOST_WindowWin32 *window, + GHOST_TButtonMask mask, + bool mousePressed) { GHOST_SystemWin32 *system = (GHOST_SystemWin32 *)getSystem(); @@ -1169,7 +1169,8 @@ GHOST_EventCursor *GHOST_SystemWin32::processCursorEvent(GHOST_WindowWin32 *wind return NULL; } - /* If using Wintab but no button event is currently active, fall through to default handling. */ + /* If using Wintab but no button event is currently active, + * fall through to default handling. */ } system->getCursorPosition(x_screen, y_screen); diff --git a/intern/ghost/intern/GHOST_SystemWin32.h b/intern/ghost/intern/GHOST_SystemWin32.h index 51a9dbae238..3b9da4d17d9 100644 --- a/intern/ghost/intern/GHOST_SystemWin32.h +++ b/intern/ghost/intern/GHOST_SystemWin32.h @@ -329,9 +329,9 @@ class GHOST_SystemWin32 : public GHOST_System { * \return True if the method handled the event. */ static GHOST_TSuccess processWintabEvent(GHOST_TEventType type, - GHOST_WindowWin32 *window, - GHOST_TButtonMask mask, - bool mousePressed); + GHOST_WindowWin32 *window, + GHOST_TButtonMask mask, + bool mousePressed); /** * Creates tablet events from pointer events. diff --git a/intern/ghost/intern/GHOST_WindowWin32.h b/intern/ghost/intern/GHOST_WindowWin32.h index aacc0070e5a..bce0d2dca5b 100644 --- a/intern/ghost/intern/GHOST_WindowWin32.h +++ b/intern/ghost/intern/GHOST_WindowWin32.h @@ -34,8 +34,8 @@ # include "GHOST_ImeWin32.h" #endif -#include #include +#include #include // PACKETDATA and PACKETMODE modify structs in pktdef.h, so make sure they come first -- cgit v1.2.3