Commit 7a7d86a6 authored by Stefan Behnel's avatar Stefan Behnel

remove empty lines from type conversion utility code on write

parent ba792bcb
......@@ -913,7 +913,7 @@ class GlobalState(object):
# utility_code_def
#
code = self.parts['utility_code_def']
code.put(UtilityCode.load_cached("TypeConversions", "TypeConversion.c").impl)
code.put(UtilityCode.load_as_string("TypeConversions", "TypeConversion.c")[1])
code.putln("")
def __getitem__(self, key):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment