summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cutter/cue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cutter/cue.py b/cutter/cue.py
index 0d407c7..2e5c619 100644
--- a/cutter/cue.py
+++ b/cutter/cue.py
@@ -169,7 +169,7 @@ class CueParser:
cur = []
def push():
- lst.append("".join(cur))
+ lst.append("".join(cur).strip())
cur[:] = []
for ch in args: