core: Micro coding style fix
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Tue, 8 Dec 2009 15:30:15 +0000 (17:30 +0200)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Tue, 8 Dec 2009 15:44:41 +0000 (17:44 +0200)
src/rygel/rygel-http-seek.vala

index cf4e6d5..45a636b 100644 (file)
@@ -190,7 +190,7 @@ internal class Rygel.HTTPSeek : GLib.Object {
         value += start.to_string () + "-";
 
         if (stop >= 0.0) {
-            value += stop.to_string();
+            value += stop.to_string ();
         }
 
         if (this.length > 0) {