Realign with codesniffer rules

This commit is contained in:
Jack Zeal 2026-04-05 17:48:57 -07:00
parent 5846a95f98
commit 987b2c2a89
15 changed files with 486 additions and 466 deletions

View file

@ -61,7 +61,6 @@ struct theme_background {
int border_width;
int bevel_width;
bool exclusive;
};
struct theme {
@ -88,8 +87,6 @@ struct theme {
float window_button_hover_bg_color[4];
int window_button_hover_bg_corner_radius;
/*
* Themes/textures for each active/inactive window. Indexed by
* ssd_active_state.
@ -105,7 +102,6 @@ struct theme {
int button_bevel_width;
float button_border_color[4];
float button_hover_border_color[4];
float border_color[4];
float toggled_keybinds_color[4];