Fix formatting for extern "c" (#16983)

This commit is contained in:
Minsoo Choo
2025-02-03 00:34:58 -05:00
committed by GitHub
parent 06b16fc11e
commit fa502506e5
24 changed files with 74 additions and 74 deletions

View File

@@ -349,7 +349,7 @@ extern "C" JSC::EncodedJSValue Bun__JSBigIntStatsObjectConstructor(Zig::GlobalOb
Zig:
```zig
extern "C" fn Bun__JSBigIntStatsObjectConstructor(*JSC.JSGlobalObject) JSC.JSValue;
extern "c" fn Bun__JSBigIntStatsObjectConstructor(*JSC.JSGlobalObject) JSC.JSValue;
pub const getBigIntStatsConstructor = Bun__JSBigIntStatsObjectConstructor;
```