ci: run clang-format on .h files too (#14597)

Co-authored-by: nektro <nektro@users.noreply.github.com>
This commit is contained in:
Meghan Denny
2024-10-15 16:54:49 -07:00
committed by GitHub
parent 409e674526
commit 06e733cc64
50 changed files with 1788 additions and 1740 deletions

View File

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