[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: Mon, 19 Jul 2010 17:50:56 +0000 (UTC)
commit 3ae24cc1f0b27e591ee9ba860adf78de65d7055d
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Thu Jul 15 20:47:45 2010 +0300
core: Micro coding-style fix
src/rygel/rygel-media-item.vala | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/rygel/rygel-media-item.vala b/src/rygel/rygel-media-item.vala
index 9b8868e..439b875 100644
--- a/src/rygel/rygel-media-item.vala
+++ b/src/rygel/rygel-media-item.vala
@@ -117,8 +117,7 @@ public class Rygel.MediaItem : MediaObject {
// Adds URI to MediaItem. You can either provide the associated thumbnail or
// ask Rygel to try to fetch it for you by passing null as @thumbnail.
- public void add_uri (string uri,
- Thumbnail? thumbnail) {
+ public void add_uri (string uri, Thumbnail? thumbnail) {
this.uris.add (uri);
if (thumbnail != null) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]