[banshee] [Base] Fix indentation issue
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [Base] Fix indentation issue
- Date: Fri, 14 May 2010 22:43:02 +0000 (UTC)
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]