[banshee] Dap.MassStorage: Fix incorrect indentation
- From: AndrÃs Aragoneses <aaragoneses src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] Dap.MassStorage: Fix incorrect indentation
- Date: Sun, 22 Jan 2012 15:27:58 +0000 (UTC)
commit fb7b232e33d75cc32406b0aa0f20efab1e0a3fa9
Author: William Witt <william witt-family net>
Date: Sun Jan 22 15:27:10 2012 +0000
Dap.MassStorage: Fix incorrect indentation
Fix indentation in accordance with http://git.gnome.org/browse/banshee/tree/HACKING
There is no change of behaviour in this commit.
.../Banshee.Dap.MassStorage/MassStorageSource.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/MassStorageSource.cs b/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/MassStorageSource.cs
index f43f416..3b274f7 100644
--- a/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/MassStorageSource.cs
+++ b/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/MassStorageSource.cs
@@ -329,7 +329,7 @@ namespace Banshee.Dap.MassStorage
if (from != null && !String.IsNullOrEmpty (escaped_name)) {
from.Reload ();
if (playlist_format == null) {
- playlist_format = Activator.CreateInstance (PlaylistTypes[0].Type) as PlaylistFormatBase;
+ playlist_format = Activator.CreateInstance (PlaylistTypes[0].Type) as PlaylistFormatBase;
}
SafeUri playlist_path = new SafeUri (System.IO.Path.Combine (
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]