[grilo-plugins] raitv: Fix bizarre spacing in function call



commit ff117053577f868e8ae1fd27b26b0795a7ffd654
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jan 6 17:17:17 2014 +0100

    raitv: Fix bizarre spacing in function call
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721642

 src/raitv/grl-raitv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/raitv/grl-raitv.c b/src/raitv/grl-raitv.c
index 8d46f97..a9fb67f 100644
--- a/src/raitv/grl-raitv.c
+++ b/src/raitv/grl-raitv.c
@@ -1063,7 +1063,7 @@ produce_from_directory (CategoryInfo *dir, gint dir_size, RaitvOperation *os,
 
     do {
       GrlMedia *content =
-        produce_container_from_directory (NULL, dir, index,type );
+        produce_container_from_directory (NULL, dir, index, type);
 
       remaining--;
       index++;


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