style: prettify comments

Prettify comments formatted by clang-format at commit 77328698
This commit is contained in:
tokyo4j 2024-03-08 00:45:04 +09:00 committed by Johan Malm
parent 95e8573388
commit f6d588507e

View file

@ -237,8 +237,7 @@ handle_request_move(struct wl_listener *listener, void *data)
* move, typically because the user clicked on their client-side * move, typically because the user clicked on their client-side
* decorations. Note that a more sophisticated compositor should check * decorations. Note that a more sophisticated compositor should check
* the provied serial against a list of button press serials sent to * the provied serial against a list of button press serials sent to
* this * this client, to prevent the client from requesting this whenever they
* client, to prevent the client from requesting this whenever they
* want. * want.
*/ */
struct view *view = wl_container_of(listener, view, request_move); 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 * resize, typically because the user clicked on their client-side
* decorations. Note that a more sophisticated compositor should check * decorations. Note that a more sophisticated compositor should check
* the provied serial against a list of button press serials sent to * the provied serial against a list of button press serials sent to
* this * this client, to prevent the client from requesting this whenever they
* client, to prevent the client from requesting this whenever they
* want. * want.
*/ */
struct wlr_xdg_toplevel_resize_event *event = data; struct wlr_xdg_toplevel_resize_event *event = data;