[rygel] mediathek: Remove trailing whitespace



commit 18890133253db37ea586a4f5d45d422858f4d0ff
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Fri Sep 11 20:02:11 2009 +0300

    mediathek: Remove trailing whitespace

 .../mediathek/rygel-mediathek-root-container.vala  |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/plugins/mediathek/rygel-mediathek-root-container.vala b/src/plugins/mediathek/rygel-mediathek-root-container.vala
index c0ca9ac..b8b4af1 100644
--- a/src/plugins/mediathek/rygel-mediathek-root-container.vala
+++ b/src/plugins/mediathek/rygel-mediathek-root-container.vala
@@ -28,9 +28,9 @@ public class Rygel.MediathekRootContainer : Rygel.MediaContainer {
     internal SessionAsync session;
     private static MediathekRootContainer instance;
 
-    public override void get_children (uint offset, 
-                                       uint max_count, 
-                                       Cancellable? cancellable, 
+    public override void get_children (uint offset,
+                                       uint max_count,
+                                       Cancellable? cancellable,
                                        AsyncReadyCallback callback)
     {
         uint stop = offset + max_count;
@@ -51,7 +51,7 @@ public class Rygel.MediathekRootContainer : Rygel.MediaContainer {
         return simple_res.data;
     }
 
-    public override void find_object (string id, 
+    public override void find_object (string id,
                                       Cancellable? cancellable,
                                       AsyncReadyCallback callback) {
         var res = new Rygel.SimpleAsyncResult<string> (this,
@@ -61,7 +61,7 @@ public class Rygel.MediathekRootContainer : Rygel.MediaContainer {
         res.complete_in_idle ();
     }
 
-    public override MediaObject? find_object_finish (AsyncResult res) 
+    public override MediaObject? find_object_finish (AsyncResult res)
                                                      throws GLib.Error {
         MediaObject item = null;
         var id = ((Rygel.SimpleAsyncResult<string>) res).data;



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