aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2025-06-05 18:15:56 +0200
committerSimon Ser <contact@emersion.fr>2025-06-05 18:15:56 +0200
commit6816b51c86846afc5eaa1dea2541410058347a6e (patch)
treed5c15f8bca1ab328d8d53fa40d956e3bb5fa635c /include
parent9fb9e9f7d555ae7504b8ae53250020797d70e887 (diff)
Remove trailing spaces
Diffstat (limited to 'include')
-rw-r--r--include/sway/server.h2
-rw-r--r--include/sway/tree/container.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index 1cb72e77..8e859702 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -117,7 +117,7 @@ struct sway_server {
struct wl_listener xdg_activation_v1_new_token;
struct wl_listener request_set_cursor_shape;
-
+
struct wlr_tearing_control_manager_v1 *tearing_control_v1;
struct wl_listener tearing_control_new_object;
struct wl_list tearing_controllers; // sway_tearing_controller::link
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h
index 4fb2d720..e18fd00a 100644
--- a/include/sway/tree/container.h
+++ b/include/sway/tree/container.h
@@ -103,7 +103,7 @@ struct sway_container {
char *title; // The view's title (unformatted)
char *formatted_title; // The title displayed in the title bar
int title_width;
-
+
char *title_format;
enum sway_container_layout prev_split_layout;