Whitespace
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 20 Sep 2011 18:34:06 +0000 (14:34 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 20 Sep 2011 18:34:06 +0000 (14:34 -0400)
src/gen-arabic-table.py
src/gen-indic-table.py

index 10fb22d..8744fab 100755 (executable)
@@ -35,7 +35,7 @@ num = 0
 last = -1
 block = ''
 for line in f:
-       
+
        if line[0] == '#':
                if line.find (" characters"):
                        block = line[2:].strip ()
index f4fdb83..78f164a 100755 (executable)
@@ -19,7 +19,7 @@ for i, f in enumerate (files):
                j = line.find ('#')
                if j >= 0:
                        line = line[:j]
-               
+
                fields = [x.strip () for x in line.split (';')]
                if len (fields) == 1:
                        continue