From 4f09d087fdbc2da7226bd27c5d95e1cd1d799ed6 Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Tue, 8 Dec 2009 17:30:15 +0200 Subject: [PATCH] core: Micro coding style fix --- src/rygel/rygel-http-seek.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rygel/rygel-http-seek.vala b/src/rygel/rygel-http-seek.vala index cf4e6d5..45a636b 100644 --- a/src/rygel/rygel-http-seek.vala +++ b/src/rygel/rygel-http-seek.vala @@ -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) { -- 2.7.4