summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-01-03 18:22:39 +0100
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-01-03 18:22:39 +0100
commit4bef4a040dd4b845ef6f2860feb1a49ea9e8a2d1 (patch)
tree9cbf9c16cad85ad56d5676d5b772410bdd36efb6
parent20b3269dbd53ab8a8f73219ba8fe853503999d49 (diff)
downloadqureje-4bef4a040dd4b845ef6f2860feb1a49ea9e8a2d1.tar.gz
qureje-4bef4a040dd4b845ef6f2860feb1a49ea9e8a2d1.zip
Remove a space
-rw-r--r--ui/window.c4
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;