mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 21:55:27 +00:00
DREAMWEB: fixed code formatting
This commit is contained in:
parent
d609d98075
commit
eb80d05b64
@ -443,7 +443,7 @@ namespace %s {
|
||||
|
||||
self.proc_addr.append((name, self.proc.offset))
|
||||
self.body = str()
|
||||
self.body += "void %s(Context & context) {\n\tSTACK_CHECK(context);\n" %name;
|
||||
self.body += "void %s(Context &context) {\n\tSTACK_CHECK(context);\n" %name;
|
||||
self.proc.optimize()
|
||||
self.unbounded = []
|
||||
self.proc.visit(self, skip)
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user