diff options
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c index ef7ff78b2..d4de211c0 100644 --- a/libempathy-gtk/empathy-ui-utils.c +++ b/libempathy-gtk/empathy-ui-utils.c @@ -1405,7 +1405,7 @@ get_server_time (void) 0, CopyFromParent, CopyFromParent, - (Visual *)CopyFromParent, + (Visual *) CopyFromParent, CWOverrideRedirect | CWEventMask, &attrs); @@ -1429,7 +1429,7 @@ get_server_time (void) */ XDestroyWindow (display, pingingWindow); - return ((XPropertyEvent*)&propertyEvent)->time; + return ((XPropertyEvent *) &propertyEvent)->time; } /* Takes care of moving the window to the current workspace. */ |