summaryrefslogtreecommitdiffstats
path: root/rtemsqual/content.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsqual/content.py')
-rw-r--r--rtemsqual/content.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtemsqual/content.py b/rtemsqual/content.py
index 78b93847..27198069 100644
--- a/rtemsqual/content.py
+++ b/rtemsqual/content.py
@@ -615,6 +615,7 @@ class CContent(Content):
""" Closes a for loop. """
self.pop_indent()
self.append(["}"])
+ self.gap = True
@contextmanager
def for_loop(self, begin: str, end: str, step: str) -> Iterator[None]: