[totem] opensubtitles: Fix indentation



commit c9e3cb749ab92daacf511a7624e2838b5a86af94
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jan 28 18:00:43 2014 +0100

    opensubtitles: Fix indentation
    
    Spotted by Ignacio Casal Quinteiro <ignacio casal nice-software com>

 src/plugins/opensubtitles/opensubtitles.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/opensubtitles/opensubtitles.py b/src/plugins/opensubtitles/opensubtitles.py
index dcf71f1..111b68e 100644
--- a/src/plugins/opensubtitles/opensubtitles.py
+++ b/src/plugins/opensubtitles/opensubtitles.py
@@ -596,7 +596,7 @@ class OpenSubtitles (GObject.Object, # pylint: disable-msg=R0902
 
                 directory = Gio.file_new_for_path (bpath + 'subtitles' + sep)
                 if not directory.query_exists (None):
-                        directory.make_directory_with_parents (None);
+                    directory.make_directory_with_parents (None);
 
                 subtitle_file = Gio.file_new_for_path (self._filename)
                 movie_name = subtitle_file.get_basename ().rpartition ('.')[0]


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