mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1913965, 1914210, 1919901, 1920337: apply code formatting via Lando
# ignore-this-changeset
This commit is contained in:
parent
49806b164e
commit
a9194c1f2c
@ -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
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user