]> git.0d.be Git - empathy.git/commitdiff
coding style tweak
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 7 Jun 2011 13:12:20 +0000 (15:12 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 7 Jun 2011 13:18:36 +0000 (15:18 +0200)
src/empathy-main-window.c

index 069ad54ae15a6b237f0f4194f8d7d63d15e96fa5..a120d5891a21ac68e7a34fa4330e6642fc53297f 100644 (file)
@@ -204,8 +204,7 @@ main_window_flash_foreach (GtkTreeModel *model,
        GdkPixbuf        *pixbuf = NULL;
 
        gtk_tree_model_get (model, iter,
-                           EMPATHY_INDIVIDUAL_STORE_COL_INDIVIDUAL,
-                               &individual,
+                           EMPATHY_INDIVIDUAL_STORE_COL_INDIVIDUAL, &individual,
                            -1);
 
        if (individual == NULL)