[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: Sat, 14 Aug 2010 01:53:00 +0000 (UTC)
commit 880038c97718f4fe809390f937a9f58c30dc5915
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Fri Aug 13 18:50:26 2010 +0300
core: Micro indentation fix
src/rygel/rygel-http-byte-seek.vala | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-http-byte-seek.vala b/src/rygel/rygel-http-byte-seek.vala
index 2af8d28..90b36bf 100644
--- a/src/rygel/rygel-http-byte-seek.vala
+++ b/src/rygel/rygel-http-byte-seek.vala
@@ -80,7 +80,8 @@ internal class Rygel.HTTPByteSeek : Rygel.HTTPSeek {
public static bool needed (HTTPGet request) throws HTTPRequestError {
var needed = (request.item.size > 0 &&
request.handler is HTTPIdentityHandler) ||
- (request.thumbnail != null && request.thumbnail.size > 0) ||
+ (request.thumbnail != null &&
+ request.thumbnail.size > 0) ||
(request.subtitle != null && request.subtitle.size > 0);
var range = request.msg.request_headers.get_one ("Range");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]