From 7d2f17ca667f22f0d26af8d00eebef54d126eeea Mon Sep 17 00:00:00 2001 From: Simon Long Date: Fri, 3 May 2024 12:29:16 +0100 Subject: [PATCH] Code style --- include/common/scene-helpers.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/common/scene-helpers.h b/include/common/scene-helpers.h index 0a4a5733..477c4e6b 100644 --- a/include/common/scene-helpers.h +++ b/include/common/scene-helpers.h @@ -21,11 +21,11 @@ struct wlr_scene_node *lab_wlr_scene_get_prev_node(struct wlr_scene_node *node); bool lab_wlr_scene_output_commit(struct wlr_scene_output *scene_output); enum magnify_dir { - MAGNIFY_INCREASE, - MAGNIFY_DECREASE + MAGNIFY_INCREASE, + MAGNIFY_DECREASE }; -void magnify_toggle (void); -void magnify_set_scale (enum magnify_dir dir); +void magnify_toggle(void); +void magnify_set_scale(enum magnify_dir dir); #endif /* LABWC_SCENE_HELPERS_H */