diff options
author | 2023-01-03 18:22:39 +0100 | |
---|---|---|
committer | 2023-01-03 18:22:39 +0100 | |
commit | 4bef4a040dd4b845ef6f2860feb1a49ea9e8a2d1 (patch) | |
tree | 9cbf9c16cad85ad56d5676d5b772410bdd36efb6 /ui/window.c | |
parent | 20b3269dbd53ab8a8f73219ba8fe853503999d49 (diff) | |
download | qureje-4bef4a040dd4b845ef6f2860feb1a49ea9e8a2d1.tar.gz qureje-4bef4a040dd4b845ef6f2860feb1a49ea9e8a2d1.zip |
Remove a space
Diffstat (limited to 'ui/window.c')
-rw-r--r-- | ui/window.c | 4 |
1 files 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; |