empathy r2476 - trunk/libempathy



Author: xclaesse
Date: Mon Feb 16 21:24:29 2009
New Revision: 2476
URL: http://svn.gnome.org/viewvc/empathy?rev=2476&view=rev

Log:
Correct bracket-style.

Signed-off-by: Jonny Lamb <jonny lamb collabora co uk>

Modified:
   trunk/libempathy/empathy-dispatcher.h

Modified: trunk/libempathy/empathy-dispatcher.h
==============================================================================
--- trunk/libempathy/empathy-dispatcher.h	(original)
+++ trunk/libempathy/empathy-dispatcher.h	Mon Feb 16 21:24:29 2009
@@ -42,12 +42,14 @@
 typedef struct _EmpathyDispatcher      EmpathyDispatcher;
 typedef struct _EmpathyDispatcherClass EmpathyDispatcherClass;
 
-struct _EmpathyDispatcher {
+struct _EmpathyDispatcher
+{
   GObject parent;
   gpointer priv;
 };
 
-struct _EmpathyDispatcherClass {
+struct _EmpathyDispatcherClass
+{
  GObjectClass parent_class;
 };
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]