[Pkg-mozext-commits] [adblock-plus] 309/464: Got rid of trailing whitespace in locale files

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:28 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 dca68b565cf036d4f048986644f975ee6ad4fd5f
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Thu Oct 18 12:47:15 2012 +0200

    Got rid of trailing whitespace in locale files
---
 localeSyncChrome.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/localeSyncChrome.py b/localeSyncChrome.py
index 57b6591..84d6192 100644
--- a/localeSyncChrome.py
+++ b/localeSyncChrome.py
@@ -97,7 +97,7 @@ def syncLocales(sourceLocales, targetLocales, removed, imported):
     except:
       pass
     file = codecs.open(targetFile, 'wb', encoding='utf-8')
-    json.dump(data, file, ensure_ascii=False, sort_keys=True, indent=2)
+    json.dump(data, file, ensure_ascii=False, sort_keys=True, indent=2, separators=(',', ': '))
     print >>file
     file.close()
 

-- 
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