ref: use gnome C style conventions

This commit is contained in:
2026-03-01 00:35:36 +03:00
parent 5a2fe1756c
commit 3db57eb3fc
3 changed files with 13 additions and 14 deletions
+2 -2
View File
@@ -222,8 +222,8 @@ static void update_spacer_height(MoeMojiWindow *self) {
gtk_widget_set_size_request(self->bottom_spacer, -1, spacer_h);
}
static void on_scroll_changed(GtkAdjustment *adj, gpointer user_data) {
(void)adj;
static void on_scroll_changed(G_GNUC_UNUSED GtkAdjustment *adj,
gpointer user_data) {
MoeMojiWindow *self = MOEMOJI_WINDOW(user_data);
update_chip_from_scroll(self);
}