mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 18:15:50 +00:00
[fold] clang-format
This commit is contained in:
@@ -8108,7 +8108,8 @@ DEFINE_JS_FUNCTION(JSValue, float_sto_set, JSValue raw_sto)
|
||||
if (!sto.has_value())
|
||||
returnJS(INVALID_ARGUMENT);
|
||||
|
||||
int64_t const out = __float_sto_set(hookCtx, applyCtx, j, sto->data(), sto->size());
|
||||
int64_t const out =
|
||||
__float_sto_set(hookCtx, applyCtx, j, sto->data(), sto->size());
|
||||
if (out < 0)
|
||||
returnJS(out);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user