[Bf-blender-cvs] [2b41b2f05b9] master: Cleanup: Code-style correction in Ghost (Clang-format)

Julian Eisel noreply at git.blender.org
Wed Jul 7 19:27:29 CEST 2021


Commit: 2b41b2f05b990544cd2dc7cc24a4a878ed9fc615
Author: Julian Eisel
Date:   Wed Jul 7 19:26:47 2021 +0200
Branches: master
https://developer.blender.org/rB2b41b2f05b990544cd2dc7cc24a4a878ed9fc615

Cleanup: Code-style correction in Ghost (Clang-format)

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

M	intern/ghost/intern/GHOST_SystemWayland.cpp

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

diff --git a/intern/ghost/intern/GHOST_SystemWayland.cpp b/intern/ghost/intern/GHOST_SystemWayland.cpp
index 77928b6edb5..abc451d2e5d 100644
--- a/intern/ghost/intern/GHOST_SystemWayland.cpp
+++ b/intern/ghost/intern/GHOST_SystemWayland.cpp
@@ -59,9 +59,9 @@
  * only available in more recent kernel versions. The event codes are used to
  * to differentiate from which mouse button an event comes from.
  */
-#define BTN_LEFT    0x110
-#define BTN_RIGHT   0x111
-#define BTN_MIDDLE  0x112
+#define BTN_LEFT 0x110
+#define BTN_RIGHT 0x111
+#define BTN_MIDDLE 0x112
 
 struct buffer_t {
   void *data;



More information about the Bf-blender-cvs mailing list