[rygel] core: Micro indentation fix
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] core: Micro indentation fix
- Date: Mon, 2 Aug 2010 15:08:54 +0000 (UTC)
commit e86c7f26cbbda9f44d3a68de6d92278e1c08d6e4
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Mon Aug 2 18:08:10 2010 +0300
core: Micro indentation fix
src/rygel/rygel-http-byte-seek.vala | 5 +----
src/rygel/rygel-http-time-seek.vala | 5 +----
2 files changed, 2 insertions(+), 8 deletions(-)
---
diff --git a/src/rygel/rygel-http-byte-seek.vala b/src/rygel/rygel-http-byte-seek.vala
index 3133b6e..ddd4c69 100644
--- a/src/rygel/rygel-http-byte-seek.vala
+++ b/src/rygel/rygel-http-byte-seek.vala
@@ -74,10 +74,7 @@ internal class Rygel.HTTPByteSeek : Rygel.HTTPSeek {
}
}
- base (request.msg,
- start,
- stop,
- total_length);
+ base (request.msg, start, stop, total_length);
}
public static bool needed (HTTPGet request) {
diff --git a/src/rygel/rygel-http-time-seek.vala b/src/rygel/rygel-http-time-seek.vala
index d190541..8a101bf 100644
--- a/src/rygel/rygel-http-time-seek.vala
+++ b/src/rygel/rygel-http-time-seek.vala
@@ -75,10 +75,7 @@ internal class Rygel.HTTPTimeSeek : Rygel.HTTPSeek {
}
}
- base (request.msg,
- start,
- stop,
- duration);
+ base (request.msg, start, stop, duration);
}
public static bool needed (HTTPGet request) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]