From 5015362414c7d2fa138ce2b1a31641d0df663d8d Mon Sep 17 00:00:00 2001 From: Scoopta Date: Sun, 13 Aug 2023 18:17:30 -0700 Subject: [PATCH] Fixed indentation --- src/wofi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wofi.c b/src/wofi.c index f061f60..edb0936 100644 --- a/src/wofi.c +++ b/src/wofi.c @@ -1664,8 +1664,8 @@ static gboolean do_percent_size(gpointer data) { static gboolean do_percent_size_first(gpointer data){ gdk_threads_add_timeout(50, do_percent_size, data); - do_percent_size(data); - return G_SOURCE_REMOVE; + do_percent_size(data); + return G_SOURCE_REMOVE; } void wofi_init(struct map* _config) {