From efd23e23c68d2fa90c24870c5f89db96796fd41e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 27 Nov 2011 18:52:15 -0500 Subject: [PATCH] Take out excessive width --- gio/gmenuproxy.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gio/gmenuproxy.h b/gio/gmenuproxy.h index 25c4a2a27..f848023ca 100644 --- a/gio/gmenuproxy.h +++ b/gio/gmenuproxy.h @@ -26,18 +26,18 @@ G_BEGIN_DECLS -#define G_TYPE_MENU_PROXY (g_menu_proxy_get_type ()) -#define G_MENU_PROXY(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \ - G_TYPE_MENU_PROXY, GMenuProxy)) -#define G_IS_MENU_PROXY(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \ - G_TYPE_MENU_PROXY)) +#define G_TYPE_MENU_PROXY (g_menu_proxy_get_type ()) +#define G_MENU_PROXY(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \ + G_TYPE_MENU_PROXY, GMenuProxy)) +#define G_IS_MENU_PROXY(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \ + G_TYPE_MENU_PROXY)) -typedef struct _GMenuProxy GMenuProxy; +typedef struct _GMenuProxy GMenuProxy; -GType g_menu_proxy_get_type (void) G_GNUC_CONST; -GMenuProxy * g_menu_proxy_get (GDBusConnection *connection, - const gchar *bus_name, - const gchar *object_path); +GType g_menu_proxy_get_type (void) G_GNUC_CONST; +GMenuProxy * g_menu_proxy_get (GDBusConnection *connection, + const gchar *bus_name, + const gchar *object_path); G_END_DECLS