[banshee] [Dap.Ipod] (Cosmetic) Fix indentation
- From: Andrés Aragoneses <aaragoneses src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [Dap.Ipod] (Cosmetic) Fix indentation
- Date: Sun, 19 Sep 2010 11:55:58 +0000 (UTC)
commit 4921db9c95a02bdbcdd3f600b6d9b0d05c0ab568
Author: Andrés G. Aragoneses <knocte gmail com>
Date: Sun Sep 19 13:33:05 2010 +0200
[Dap.Ipod] (Cosmetic) Fix indentation
.../Banshee.Dap.Ipod/IpodSource.cs | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/IpodSource.cs b/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/IpodSource.cs
index 3052a1b..e79bb12 100644
--- a/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/IpodSource.cs
+++ b/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/IpodSource.cs
@@ -690,13 +690,13 @@ namespace Banshee.Dap.Ipod
? Catalog.GetString ("Updating...")
: String.Format ("{0} - {1}", artist, title);
- if (progress >= 0.99) {
- sync_user_job.Status = Catalog.GetString ("Flushing to disk...");
- sync_user_job.Progress = 0;
- } else {
- sync_user_job.Status = message;
- sync_user_job.Progress = progress;
- }
+ if (progress >= 0.99) {
+ sync_user_job.Status = Catalog.GetString ("Flushing to disk...");
+ sync_user_job.Progress = 0;
+ } else {
+ sync_user_job.Status = message;
+ sync_user_job.Progress = progress;
+ }
}
public bool SyncNeeded {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]