[banshee] [Base] Fix indentation issue



commit cbb7c98886b076a6db70af2cace534799aa0fb8f
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Thu May 13 18:18:39 2010 -0700

    [Base] Fix indentation issue

 src/Core/Banshee.Core/Banshee.Base/CoverArtSpec.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.Core/Banshee.Base/CoverArtSpec.cs b/src/Core/Banshee.Core/Banshee.Base/CoverArtSpec.cs
index 2a3fbfe..a4f8690 100644
--- a/src/Core/Banshee.Core/Banshee.Base/CoverArtSpec.cs
+++ b/src/Core/Banshee.Core/Banshee.Base/CoverArtSpec.cs
@@ -88,7 +88,7 @@ namespace Banshee.Base
         public static string CreateArtistAlbumId (string artist, string album)
         {
             if (album == unknown_album || album == unknown_album_tr) {
-		// do not attempt to group unknown album tracks together
+                // do not attempt to group unknown album tracks together
                 return null;
             }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]