[vlc-commits] stackhandler: fix indentation

Rafaël Carré git at videolan.org
Fri Sep 7 16:13:57 CEST 2012


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri Sep  7 16:12:53 2012 +0200| [4dd84882b68bcb1627de4f02dc0f17672c61e13c] | committer: Rafaël Carré

stackhandler: fix indentation

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4dd84882b68bcb1627de4f02dc0f17672c61e13c
---

 extras/misc/stackhandler.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/extras/misc/stackhandler.py b/extras/misc/stackhandler.py
index ff1a1a4..b3b2a81 100755
--- a/extras/misc/stackhandler.py
+++ b/extras/misc/stackhandler.py
@@ -75,7 +75,7 @@ def processFile(filename):
 
     if os.path.getsize(filename) < 10:
         print("File empty")
-    os.remove(filename)
+        os.remove(filename)
         return
 
     # Check if VLC version match
@@ -91,7 +91,7 @@ def processFile(filename):
     mapping = mapLibraries(content)
     if not mapping:
         print("Stacktrace not found")
-    os.remove(filename)
+        os.remove(filename)
         return
 
     # Associate all eip to their respective lib



More information about the vlc-commits mailing list