[fold] clang-format

This commit is contained in:
Denis Angell
2025-02-24 10:02:09 +01:00
parent ca04c2a802
commit 04409616ed

View File

@@ -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);