[banshee] LastFm: correct small identation issue
- From: AndrÃs Aragoneses <aaragoneses src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] LastFm: correct small identation issue
- Date: Mon, 26 Nov 2012 02:12:04 +0000 (UTC)
commit f37aba63680562b0b288157917c01f801a752a08
Author: Phil Trimble <PhilTrimble gmail com>
Date: Mon Nov 26 02:06:16 2012 +0000
LastFm: correct small identation issue
.../Lastfm/Lastfm/AudioscrobblerConnection.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs b/src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs
index 7c5e871..4599bbf 100644
--- a/src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs
+++ b/src/Libraries/Lastfm/Lastfm/AudioscrobblerConnection.cs
@@ -202,7 +202,7 @@ namespace Lastfm
current_scrobble_request = new LastfmRequest ("track.scrobble", RequestType.Write, ResponseFormat.Json);
IList<IQueuedTrack> tracks = queue.GetTracks ();
- for (int i = 0; i < tracks.Count; i++) {
+ for (int i = 0; i < tracks.Count; i++) {
IQueuedTrack track = tracks[i];
string str_track_number = String.Empty;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]