From 4bef4a040dd4b845ef6f2860feb1a49ea9e8a2d1 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 3 Jan 2023 18:22:39 +0100 Subject: Remove a space --- ui/window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/window.c b/ui/window.c index 06990d5..01b885c 100644 --- a/ui/window.c +++ b/ui/window.c @@ -28,8 +28,8 @@ print_hello (GtkWidget *widget, } static void -activate (GtkApplication *app, - gpointer user_data) +activate(GtkApplication *app, + gpointer user_data) { GtkWidget *button; QurejeApplication *qapp = (QurejeApplication *) user_data; -- cgit v1.2.3