about summary refs log tree commit diff
path: root/lsv.py
diff options
context:
space:
mode:
Diffstat (limited to 'lsv.py')
-rwxr-xr-xlsv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsv.py b/lsv.py
index faf158f..9902198 100755
--- a/lsv.py
+++ b/lsv.py
@@ -8,7 +8,7 @@ def printf(line):
   if line.strip():
     notref = ' '.join(line.split(' ')[2:]).strip()
     notref = notref.replace('||', "\n")
-    print(notref, end=' ')
+    print(notref, end='\n')
   else:
     print()