From f6d588507e2cae47631fc7ff1bc16eeeb775b637 Mon Sep 17 00:00:00 2001 From: tokyo4j Date: Fri, 8 Mar 2024 00:45:04 +0900 Subject: [PATCH] style: prettify comments Prettify comments formatted by clang-format at commit 77328698 --- src/xdg.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/xdg.c b/src/xdg.c index dc9acc91..a2de7f53 100644 --- 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;