Remove trailing spaces

This commit is contained in:
Simon Ser 2025-06-05 18:15:56 +02:00
parent 9fb9e9f7d5
commit 6816b51c86
7 changed files with 11 additions and 11 deletions

View file

@ -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;