mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +00:00
ci: run clang-format on .h files too (#14597)
Co-authored-by: nektro <nektro@users.noreply.github.com>
This commit is contained in:
@@ -5,15 +5,15 @@
|
||||
|
||||
namespace Zig {
|
||||
JSC::SyntheticSourceProvider::SyntheticSourceGenerator
|
||||
generateObjectModuleSourceCode(JSC::JSGlobalObject *globalObject,
|
||||
JSC::JSObject *object);
|
||||
generateObjectModuleSourceCode(JSC::JSGlobalObject* globalObject,
|
||||
JSC::JSObject* object);
|
||||
|
||||
JSC::SyntheticSourceProvider::SyntheticSourceGenerator
|
||||
generateObjectModuleSourceCodeForJSON(JSC::JSGlobalObject *globalObject,
|
||||
JSC::JSObject *object);
|
||||
generateObjectModuleSourceCodeForJSON(JSC::JSGlobalObject* globalObject,
|
||||
JSC::JSObject* object);
|
||||
|
||||
JSC::SyntheticSourceProvider::SyntheticSourceGenerator
|
||||
generateJSValueModuleSourceCode(JSC::JSGlobalObject *globalObject,
|
||||
JSC::JSValue value);
|
||||
generateJSValueModuleSourceCode(JSC::JSGlobalObject* globalObject,
|
||||
JSC::JSValue value);
|
||||
|
||||
} // namespace Zig
|
||||
} // namespace Zig
|
||||
|
||||
Reference in New Issue
Block a user