Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <julian@blender.org>2021-07-07 20:26:47 +0300
committerJulian Eisel <julian@blender.org>2021-07-07 20:26:47 +0300
commit2b41b2f05b990544cd2dc7cc24a4a878ed9fc615 (patch)
tree0759288ba1228f598d304e39eca97c89f614cd0b
parentf4cb3ccd9c070dce24db98436ccf2e0e70000077 (diff)
Cleanup: Code-style correction in Ghost (Clang-format)
-rw-r--r--intern/ghost/intern/GHOST_SystemWayland.cpp6
1 files changed, 3 insertions, 3 deletions
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;