From c2616aac1e7432145bc227ddf2640961d266a376 Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Thu, 28 Mar 2024 13:06:08 +0200 Subject: [PATCH] format --- src/ruisapp/glue/linux/glue_wayland.cxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ruisapp/glue/linux/glue_wayland.cxx b/src/ruisapp/glue/linux/glue_wayland.cxx index 3af9046..2c59444 100644 --- a/src/ruisapp/glue/linux/glue_wayland.cxx +++ b/src/ruisapp/glue/linux/glue_wayland.cxx @@ -303,7 +303,9 @@ struct window_wrapper : public utki::destructable { struct wl_array* states ) { - LOG([](auto&o){o << "window configure" << std::endl;}) + LOG([](auto& o) { + o << "window configure" << std::endl; + }) // not a window geometry event, ignore if (width == 0 && height == 0) { @@ -315,7 +317,9 @@ struct window_wrapper : public utki::destructable { // window resized - LOG([](auto&o){o << "window resized" << std::endl;}) + LOG([](auto& o) { + o << "window resized" << std::endl; + }) auto& ww = get_impl(ruisapp::inst());