Commit: d1e2988a12d1914fc38b29ca347d6b7949bd5513
Author: Campbell Barton
Date:   Thu Aug 11 10:58:41 2022 +1000
Branches: master
https://developer.blender.org/rBd1e2988a12d1914fc38b29ca347d6b7949bd5513

Cleanup: missing newline in GHOST_PRINT

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

M       intern/ghost/intern/GHOST_SystemWayland.cpp

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

diff --git a/intern/ghost/intern/GHOST_SystemWayland.cpp 
b/intern/ghost/intern/GHOST_SystemWayland.cpp
index af841d16dc6..954e7167279 100644
--- a/intern/ghost/intern/GHOST_SystemWayland.cpp
+++ b/intern/ghost/intern/GHOST_SystemWayland.cpp
@@ -2489,7 +2489,7 @@ static void xdg_output_handle_logical_size(void *data,
      * done (we can't match exactly because fractional scaling can't be
      * detected otherwise), then override if necessary. */
     if ((output->size_logical[0] == width) && (output->scale_fractional == 
wl_fixed_from_int(1))) {
-      GHOST_PRINT("xdg_output scale did not match, overriding with wl_output 
scale");
+      GHOST_PRINT("xdg_output scale did not match, overriding with wl_output 
scale\n");
 
 #ifdef USE_GNOME_CONFINE_HACK
       /* Use a bug in GNOME to check GNOME is in use. If the bug is fixed this 
won't cause an issue

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

Reply via email to