]> git.0d.be Git - empathy.git/commitdiff
coding style fixes
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 29 Mar 2010 10:04:46 +0000 (12:04 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 29 Mar 2010 10:04:46 +0000 (12:04 +0200)
libempathy-gtk/empathy-ui-utils.c

index ef7ff78b28a73971f02758ad939184bbc674b80b..d4de211c08f1337d5663c0952efc1862e2fb838b 100644 (file)
@@ -1405,7 +1405,7 @@ get_server_time (void)
       0,
       CopyFromParent,
       CopyFromParent,
       0,
       CopyFromParent,
       CopyFromParent,
-      (Visual *)CopyFromParent,
+      (Visual *) CopyFromParent,
       CWOverrideRedirect | CWEventMask,
       &attrs);
 
       CWOverrideRedirect | CWEventMask,
       &attrs);
 
@@ -1429,7 +1429,7 @@ get_server_time (void)
    */
   XDestroyWindow (display, pingingWindow);
 
    */
   XDestroyWindow (display, pingingWindow);
 
-  return ((XPropertyEvent*)&propertyEvent)->time;
+  return ((XPropertyEvent *) &propertyEvent)->time;
 }
 
 /* Takes care of moving the window to the current workspace. */
 }
 
 /* Takes care of moving the window to the current workspace. */