From: tokyo4j Date: Thu, 7 Mar 2024 15:45:04 +0000 (+0900) Subject: style: prettify comments X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=f6d588507e2cae47631fc7ff1bc16eeeb775b637;p=proto%2Flabwc.git style: prettify comments Prettify comments formatted by clang-format at commit 77328698 --- 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;