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;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to