diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-13 02:18:01 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-13 02:25:29 +0800 |
commit | 1542510953ec87f4279165476c6f4f6cc71a5639 (patch) | |
tree | 19e16b5da47a604e18c12ad0d2e61830e0541472 /src/empathy-main-window.c | |
parent | 557c7faedb00dddc519226dec258a33dfdd63d32 (diff) | |
download | gsoc2013-empathy-1542510953ec87f4279165476c6f4f6cc71a5639.tar gsoc2013-empathy-1542510953ec87f4279165476c6f4f6cc71a5639.tar.gz gsoc2013-empathy-1542510953ec87f4279165476c6f4f6cc71a5639.tar.bz2 gsoc2013-empathy-1542510953ec87f4279165476c6f4f6cc71a5639.tar.lz gsoc2013-empathy-1542510953ec87f4279165476c6f4f6cc71a5639.tar.xz gsoc2013-empathy-1542510953ec87f4279165476c6f4f6cc71a5639.tar.zst gsoc2013-empathy-1542510953ec87f4279165476c6f4f6cc71a5639.zip |
main-window: coding style fix
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r-- | 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 eba94a54f..4a32f8939 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; |