mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
llhttp: use c-style comments
This commit is contained in:
2
deps/llhttp/api.c
vendored
2
deps/llhttp/api.c
vendored
@@ -93,7 +93,7 @@ void llhttp_free(llhttp_t* parser) {
|
|||||||
free(parser);
|
free(parser);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // defined(__wasm__)
|
#endif /* defined(__wasm__) */
|
||||||
|
|
||||||
/* Some getters required to get stuff from the parser */
|
/* Some getters required to get stuff from the parser */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user