Signed-off-by: Frediano Ziglio <[email protected]>
---
python_modules/codegen.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/python_modules/codegen.py b/python_modules/codegen.py
index 55500b7..02ffdb9 100644
--- a/python_modules/codegen.py
+++ b/python_modules/codegen.py
@@ -130,8 +130,7 @@ class CodeWriter:
return
if self.at_line_start:
- for i in range(self.indentation):
- self.out.write(u" ")
+ self.out.write(u" " * self.indentation)
self.at_line_start = False
self.out.write(s)
return self
--
2.1.0
_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel