[Pkg-mozext-commits] [adblock-plus] 159/464: Fixed indentation mistake

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:13 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit 60b04850edd8f93f99e6193b25ab00f7d32f0902
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Fri May 20 15:44:35 2011 +0200

    Fixed indentation mistake
---
 build.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.py b/build.py
index 5a23ba5..495e9d4 100644
--- a/build.py
+++ b/build.py
@@ -309,7 +309,7 @@ No command given, assuming "build". For a list of commands run:
       for option, value in opts:
         if option in ('-h', '--help'):
           usage(scriptName, type, command)
-        sys.exit()
+          sys.exit()
       commands[command](baseDir, scriptName, opts, args, type)
     else:
       print 'Command %s is not supported for this application type' % command

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list