[rygel] core: Micro coding-style fix
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] core: Micro coding-style fix
- Date: Sun, 8 Aug 2010 23:19:31 +0000 (UTC)
commit 15bfc6b61ac39c99e6e1018c44afcd5a3bc048b2
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Sat Aug 7 04:39:59 2010 +0300
core: Micro coding-style fix
src/rygel/rygel-http-get.vala | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/rygel/rygel-http-get.vala b/src/rygel/rygel-http-get.vala
index 70d89a5..2d7a327 100644
--- a/src/rygel/rygel-http-get.vala
+++ b/src/rygel/rygel-http-get.vala
@@ -48,8 +48,7 @@ internal class Rygel.HTTPGet : HTTPRequest {
}
protected override async void handle () throws Error {
- var header = this.msg.request_headers.get (
- "getcontentFeatures.dlna.org");
+ var header = this.msg.request_headers.get ("getcontentFeatures.dlna.org");
/* We only entertain 'HEAD' and 'GET' requests */
if ((this.msg.method != "HEAD" && this.msg.method != "GET") ||
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]