[gnome-music/wip/merge: 246/343] pep8 fix



commit 68340832613404f4d2da44a2d3143c869946295c
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Thu Jul 18 11:09:32 2013 +0200

    pep8 fix

 gnomemusic/albumArtCache.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/albumArtCache.py b/gnomemusic/albumArtCache.py
index ee89fe8..2b0a12d 100644
--- a/gnomemusic/albumArtCache.py
+++ b/gnomemusic/albumArtCache.py
@@ -30,7 +30,7 @@ class AlbumArtCache:
 
         uri_file = Gio.File.new_for_path(uri)
         basename = uri_file.get_basename()
-        
+
         title = GLib.uri_unescape_string(basename, None)
         if escaped:
             return GLib.markup_escape_text(title)


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