Bug 1913965, 1914210, 1919901, 1920337: apply code formatting via Lando

# ignore-this-changeset
This commit is contained in:
Otto Länd 2024-10-14 18:58:34 +00:00
parent 49806b164e
commit a9194c1f2c
2 changed files with 2 additions and 2 deletions

View File

@ -2260,7 +2260,7 @@ int32_t Instance::stringCompare(Instance* instance, void* firstStringArg,
}
return result;
}
#endif // ENABLE_WASM_JS_STRING_BUILTINS
#endif // ENABLE_WASM_JS_STRING_BUILTINS
//////////////////////////////////////////////////////////////////////////////
//

View File

@ -635,7 +635,7 @@ class alignas(16) Instance {
void* secondStringArg);
static int32_t stringCompare(Instance* instance, void* firstStringArg,
void* secondStringArg);
#endif // ENABLE_WASM_JS_STRING_BUILTINS
#endif // ENABLE_WASM_JS_STRING_BUILTINS
};
bool ResultsToJSValue(JSContext* cx, ResultType type, void* registerResultLoc,