Update codegen
This commit is contained in:
@@ -162,7 +162,7 @@ class CFunc:
|
||||
return f"{str(self)};\n"
|
||||
|
||||
def define(self) -> str:
|
||||
return f"{str(self)} {{\n{self.body}}}\n\n"
|
||||
return f"{str(self)} {{\n{self.body}\n}}\n\n"
|
||||
|
||||
|
||||
@dataclass
|
||||
|
Reference in New Issue
Block a user