[Xfce4-commits] [apps/xfdashboard] 01/03: Fix coding style (indention)

noreply at xfce.org noreply at xfce.org
Fri Mar 27 12:14:05 CET 2015


This is an automated email from the git hooks/post-receive script.

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit 1fc0b25a6a52b13457dbfcf3944f5bd20b78354a
Author: Stephan Haller <nomad at froevel.de>
Date:   Fri Mar 27 11:31:50 2015 +0100

    Fix coding style (indention)
---
 xfdashboard/fill-box-layout.h |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/xfdashboard/fill-box-layout.h b/xfdashboard/fill-box-layout.h
index 179a017..58a8a65 100644
--- a/xfdashboard/fill-box-layout.h
+++ b/xfdashboard/fill-box-layout.h
@@ -30,14 +30,14 @@
 
 G_BEGIN_DECLS
 
-#define XFDASHBOARD_TYPE_FILL_BOX_LAYOUT				(xfdashboard_fill_box_layout_get_type())
-#define XFDASHBOARD_FILL_BOX_LAYOUT(obj)				(G_TYPE_CHECK_INSTANCE_CAST((obj), XFDASHBOARD_TYPE_FILL_BOX_LAYOUT, XfdashboardFillBoxLayout))
+#define XFDASHBOARD_TYPE_FILL_BOX_LAYOUT			(xfdashboard_fill_box_layout_get_type())
+#define XFDASHBOARD_FILL_BOX_LAYOUT(obj)			(G_TYPE_CHECK_INSTANCE_CAST((obj), XFDASHBOARD_TYPE_FILL_BOX_LAYOUT, XfdashboardFillBoxLayout))
 #define XFDASHBOARD_IS_FILL_BOX_LAYOUT(obj)			(G_TYPE_CHECK_INSTANCE_TYPE((obj), XFDASHBOARD_TYPE_FILL_BOX_LAYOUT))
-#define XFDASHBOARD_FILL_BOX_LAYOUT_CLASS(klass)		(G_TYPE_CHECK_CLASS_CAST((klass), XFDASHBOARD_TYPE_FILL_BOX_LAYOUT, XfdashboardFillBoxLayoutClass))
+#define XFDASHBOARD_FILL_BOX_LAYOUT_CLASS(klass)	(G_TYPE_CHECK_CLASS_CAST((klass), XFDASHBOARD_TYPE_FILL_BOX_LAYOUT, XfdashboardFillBoxLayoutClass))
 #define XFDASHBOARD_IS_FILL_BOX_LAYOUT_CLASS(klass)	(G_TYPE_CHECK_CLASS_TYPE((klass), XFDASHBOARD_TYPE_FILL_BOX_LAYOUT))
 #define XFDASHBOARD_FILL_BOX_LAYOUT_GET_CLASS(obj)	(G_TYPE_INSTANCE_GET_CLASS((obj), XFDASHBOARD_TYPE_FILL_BOX_LAYOUT, XfdashboardFillBoxLayoutClass))
 
-typedef struct _XfdashboardFillBoxLayout				XfdashboardFillBoxLayout;
+typedef struct _XfdashboardFillBoxLayout			XfdashboardFillBoxLayout;
 typedef struct _XfdashboardFillBoxLayoutPrivate		XfdashboardFillBoxLayoutPrivate;
 typedef struct _XfdashboardFillBoxLayoutClass		XfdashboardFillBoxLayoutClass;
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list