k&r braces?

This commit is contained in:
LoganDark 2021-11-08 15:02:41 -08:00
parent ef1bad4315
commit 46a701df23
No known key found for this signature in database
GPG key ID: B8C37CEDE1AC60EA

View file

@ -3716,7 +3716,9 @@ void compileOrThrow(BytecodeBuilder& bytecode, AstStatBlock* root, const AstName
if (AstName name = names.get(*ptr); name.value)
compiler.globals[name].writable = true;
}
} else {
}
else
{
for (const char* global : kSpecialGlobals)
{
if (AstName name = names.get(global); name.value)