summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Giffuni <pfg@apache.org>2012-08-01 20:58:04 +0000
committerPedro Giffuni <pfg@apache.org>2012-08-01 20:58:04 +0000
commit6f0193eeaa04b89ccbc58dacfbd498e562ea69e2 (patch)
tree6ff63e6809897cd34a584772d796dd581aa72252
parent462656d2f30fade52e38094dcc2392f75b28ef79 (diff)
Python: reindent
Notes
Notes: ignore: whitespace
-rwxr-xr-xsc/workben/celltrans/parse.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/workben/celltrans/parse.py b/sc/workben/celltrans/parse.py
index 90ed66553d63..4f8ad0095c1f 100755
--- a/sc/workben/celltrans/parse.py
+++ b/sc/workben/celltrans/parse.py
@@ -190,7 +190,7 @@ class Parser(object):
chars = "// This file has been automatically generated. Do not hand-edit this!\n"
for obj in localeList:
chars += "\n" + obj.dumpCode()
-
+
# Write to output file.
file = open(self.outfile, 'w')
file.write(chars)
@@ -199,4 +199,3 @@ class Parser(object):
if __name__=='__main__':
parser = Parser(sys.argv)
parser.parse()
-