Fixed indentation

This commit is contained in:
Scoopta 2023-08-13 18:17:30 -07:00
parent fb6a7f7301
commit 5015362414

View File

@ -1664,8 +1664,8 @@ static gboolean do_percent_size(gpointer data) {
static gboolean do_percent_size_first(gpointer data){ static gboolean do_percent_size_first(gpointer data){
gdk_threads_add_timeout(50, do_percent_size, data); gdk_threads_add_timeout(50, do_percent_size, data);
do_percent_size(data); do_percent_size(data);
return G_SOURCE_REMOVE; return G_SOURCE_REMOVE;
} }
void wofi_init(struct map* _config) { void wofi_init(struct map* _config) {