mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-07 09:08:45 +00:00
codegen: Fix typo in variable name
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
aa43c0d61e
commit
184feb541a
@ -193,7 +193,7 @@ class CodeWriter:
|
||||
def unindent(self):
|
||||
self.indentation -= 4
|
||||
if self.indentation < 0:
|
||||
self.indenttation = 0
|
||||
self.indentation = 0
|
||||
|
||||
def begin_block(self, prefix= "", comment = ""):
|
||||
if len(prefix) > 0:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user