From ee1965b888d070428b88bbcde989e98ce63a5fe4 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 5 May 2012 17:29:44 +0200 Subject: [PATCH] application: Save a few bytes in the library There's really no need to put useless whitespace into the .so. --- gio/gapplicationimpl-dbus.c | 48 ++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/gio/gapplicationimpl-dbus.c b/gio/gapplicationimpl-dbus.c index b258f0264..df3f103be 100644 --- a/gio/gapplicationimpl-dbus.c +++ b/gio/gapplicationimpl-dbus.c @@ -50,36 +50,36 @@ g_dbus_action_group_sync (GDBusActionGroup *group, */ static const gchar org_gtk_Application_xml[] = "" - " " - " " - " " - " " - " " - " " - " " - " " - " " - " " - " " - " " - " " - " " - " " - " " + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" ""; static GDBusInterfaceInfo *org_gtk_Application; static const gchar org_gtk_private_CommandLine_xml[] = "" - " " - " " - " " - " " - " " - " " - " " - " " + "" + "" + "" + "" + "" + "" + "" + "" ""; static GDBusInterfaceInfo *org_gtk_private_CommandLine;