summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfilter/source/svg/js2hxx.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/filter/source/svg/js2hxx.py b/filter/source/svg/js2hxx.py
index 9c24fc422ece..39164b61c948 100755
--- a/filter/source/svg/js2hxx.py
+++ b/filter/source/svg/js2hxx.py
@@ -85,8 +85,7 @@ for line in in_lines:
dline = dline.replace( 'ANIMDBG.on', 'ANIMDBG.off' )
dline = dline.replace( 'DebugPrinter.on', 'DebugPrinter.off' )
- # append a 4 spaces indentation to each line
- escaped_line = ' %s' % dline
+ escaped_line = '%s' % dline
escaped_line = escaped_line.rstrip()
# no more than 2 consecutive empty lines