]> git.0d.be Git - empathy.git/commitdiff
main-window: coding style fix
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 12 Jul 2010 18:18:01 +0000 (20:18 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 12 Jul 2010 18:25:29 +0000 (20:25 +0200)
src/empathy-main-window.c

index eba94a54fe4e1907e8daf86957cb1cc7946e6350..4a32f8939980195fa70193b5be9dc2dffcbb2365 100644 (file)
@@ -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;