[empathy] main-window: coding style fix



commit 1542510953ec87f4279165476c6f4f6cc71a5639
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Jul 12 20:18:01 2010 +0200

    main-window: coding style fix

 src/empathy-main-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index eba94a5..4a32f89 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -85,7 +85,7 @@
 
 G_DEFINE_TYPE (EmpathyMainWindow, empathy_main_window, GTK_TYPE_WINDOW);
 
-#define GET_PRIV(self) ((EmpathyMainWindowPriv*)((EmpathyMainWindow*)self)->priv)
+#define GET_PRIV(self) ((EmpathyMainWindowPriv *)((EmpathyMainWindow *) self)->priv)
 
 struct _EmpathyMainWindowPriv {
 	EmpathyContactListView  *list_view;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]