Skip to content

Commit 6e448a4

Browse files
[autofix.ci] apply automated fixes
1 parent 6db6a0c commit 6e448a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bun.js/bindings/FuzzilliREPRL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ extern "C" void __sanitizer_cov_trace_pc_guard(uint32_t* guard)
254254

255255
// Function to reset coverage for next REPRL iteration
256256
// This should be called after each script execution
257-
JSC_DEFINE_HOST_FUNCTION(jsResetCoverage, (JSC::JSGlobalObject* globalObject, JSC::CallFrame*))
257+
JSC_DEFINE_HOST_FUNCTION(jsResetCoverage, (JSC::JSGlobalObject * globalObject, JSC::CallFrame*))
258258
{
259259
__sanitizer_cov_reset_edgeguards();
260260
return JSC::JSValue::encode(JSC::jsUndefined());

0 commit comments

Comments
 (0)