[Xfce4-commits] <xfce4-panel:devel> Add some line breaks to the get_private macro.

Nick Schermer nick at xfce.org
Tue Aug 11 20:28:20 CEST 2009


Updating branch refs/heads/devel
         to 59f23f8667ff0943bc48a88986cd3a808325173b (commit)
       from 3872396cefd6a5165291f827eef74e9429ecee26 (commit)

commit 59f23f8667ff0943bc48a88986cd3a808325173b
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Feb 25 19:16:03 2009 +0100

    Add some line breaks to the get_private macro.

 libxfce4panel/xfce-panel-plugin.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/libxfce4panel/xfce-panel-plugin.c b/libxfce4panel/xfce-panel-plugin.c
index ed0d8d0..ae6689e 100644
--- a/libxfce4panel/xfce-panel-plugin.c
+++ b/libxfce4panel/xfce-panel-plugin.c
@@ -31,7 +31,9 @@
 #include <libxfce4panel/xfce-panel-plugin-provider.h>
 
 
-#define XFCE_PANEL_PLUGIN_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), XFCE_TYPE_PANEL_PLUGIN, XfcePanelPluginPrivate))
+#define XFCE_PANEL_PLUGIN_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), \
+                                            XFCE_TYPE_PANEL_PLUGIN, \
+                                            XfcePanelPluginPrivate))
 
 
 



More information about the Xfce4-commits mailing list