[empathy] coding style fixes
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] coding style fixes
- Date: Mon, 29 Mar 2010 10:05:23 +0000 (UTC)
commit cfc400ded9d7fa0ef6ab7649b0b34f7a048a93bb
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon Mar 29 12:04:46 2010 +0200
coding style fixes
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 ef7ff78..d4de211 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. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]