]> git.mdlowis.com Git - proto/labwc.git/commitdiff
style: prettify comments
authortokyo4j <hrak1529@gmail.com>
Thu, 7 Mar 2024 15:45:04 +0000 (00:45 +0900)
committerJohan Malm <johanmalm@users.noreply.github.com>
Thu, 7 Mar 2024 20:30:50 +0000 (20:30 +0000)
Prettify comments formatted by clang-format at commit 77328698

src/xdg.c

index dc9acc91c89fcfb1a15f72ddfdd98d270b29d97f..a2de7f533735e542ec2c7b9f91dfe5126872f173 100644 (file)
--- a/src/xdg.c
+++ b/src/xdg.c
@@ -237,8 +237,7 @@ handle_request_move(struct wl_listener *listener, void *data)
         * move, typically because the user clicked on their client-side
         * decorations. Note that a more sophisticated compositor should check
         * the provied serial against a list of button press serials sent to
-        * this
-        * client, to prevent the client from requesting this whenever they
+        * this client, to prevent the client from requesting this whenever they
         * want.
         */
        struct view *view = wl_container_of(listener, view, request_move);
@@ -253,8 +252,7 @@ handle_request_resize(struct wl_listener *listener, void *data)
         * resize, typically because the user clicked on their client-side
         * decorations. Note that a more sophisticated compositor should check
         * the provied serial against a list of button press serials sent to
-        * this
-        * client, to prevent the client from requesting this whenever they
+        * this client, to prevent the client from requesting this whenever they
         * want.
         */
        struct wlr_xdg_toplevel_resize_event *event = data;