empathy r1689 - trunk/libempathy-gtk



Author: xclaesse
Date: Tue Nov 11 15:26:50 2008
New Revision: 1689
URL: http://svn.gnome.org/viewvc/empathy?rev=1689&view=rev

Log:
Coding style: no blank lines in local variable declarations

Modified:
   trunk/libempathy-gtk/empathy-avatar-chooser.c

Modified: trunk/libempathy-gtk/empathy-avatar-chooser.c
==============================================================================
--- trunk/libempathy-gtk/empathy-avatar-chooser.c	(original)
+++ trunk/libempathy-gtk/empathy-avatar-chooser.c	Tue Nov 11 15:26:50 2008
@@ -380,11 +380,9 @@
 			gsize                 max_size)
 {
 	gchar         *format_name = NULL, *new_mime_type = NULL;
-
 	gchar         *converted_image_data = NULL;
 	gsize          converted_image_size = 0;
 	EmpathyAvatar *converted_avatar = NULL;
-
 	gboolean       saved;
 	GError        *error = NULL;
 
@@ -432,11 +430,9 @@
 {
 	EmpathyAvatarChooserPriv *priv = GET_PRIV (chooser);
 	EmpathyTpContactFactory  *tp_cf = priv->tp_contact_factory;
-
 	gint                      max_width = 0, max_height = 0, max_size = 0;
 	gchar                   **mime_types = NULL;
 	gboolean                  needs_conversion = FALSE;
-
 	GdkPixbuf                *pixbuf_scaled = NULL;
 
 	/* This should only be called if the user is setting a new avatar,



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