From 527e69655399914bb885c26df8deeab103b0677c Mon Sep 17 00:00:00 2001 From: Sudhanshu Tiwari Date: Thu, 11 Apr 2024 23:41:27 +0530 Subject: [PATCH] Removed an extra new line in gio/gactiogroup.c --- gio/gactiongroup.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gio/gactiongroup.c b/gio/gactiongroup.c index b608d2b36..4ef129d07 100644 --- a/gio/gactiongroup.c +++ b/gio/gactiongroup.c @@ -282,7 +282,6 @@ g_action_group_default_init (GActionGroupInterface *iface) G_TYPE_NONE, 1, G_TYPE_STRING); - /** * GActionGroup::action-enabled-changed: * @action_group: the [type@Gio.ActionGroup] that changed