summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/engine.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/bsp/engine.py')
-rw-r--r--scripts/lib/bsp/engine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/bsp/engine.py b/scripts/lib/bsp/engine.py
index 756b8828e2..af90e91d18 100644
--- a/scripts/lib/bsp/engine.py
+++ b/scripts/lib/bsp/engine.py
@@ -668,7 +668,7 @@ class SubstrateBase(object):
668 """ 668 """
669 Expand all tags in a line. 669 Expand all tags in a line.
670 """ 670 """
671 expanded_line = AssignmentLine(line.strip()) 671 expanded_line = AssignmentLine(line.rstrip())
672 672
673 while start != -1: 673 while start != -1:
674 end = line.find(CLOSE_TAG, start) 674 end = line.find(CLOSE_TAG, start)