mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 09:53:32 +01:00
trim-src.py: Some beautification to whitespaces
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
74a27f1c19
commit
a9aadbad5a
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class CmdBeautify(TrimSourceCmd):
|
||||||
if m is None:
|
if m is None:
|
||||||
r += line
|
r += line
|
||||||
continue
|
continue
|
||||||
r += misc.pad(m.group(1), indent - len(m.group(2))) + m.group(2) + m.group(3) + ' ' + m.group(4) + '\n'
|
r += misc.pad(m.group(1) + ' ', indent - len(m.group(2))) + m.group(2) + m.group(3) + ' ' + m.group(4) + '\n'
|
||||||
|
|
||||||
# -- trailing white space
|
# -- trailing white space
|
||||||
contents = r
|
contents = r
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue