style: apply clang-format and enforce left pointer alignment

This commit is contained in:
Sebastien L
2026-02-12 04:48:38 +00:00
parent df225c120c
commit bf2fff44b8
148 changed files with 11508 additions and 12904 deletions

View File

@@ -15,7 +15,7 @@ extern "C" {
// Register system functions
void register_system();
FILE * system_open_memstream(const char * cmdname,char **buf,size_t *buf_size);
FILE* system_open_memstream(const char* cmdname, char** buf, size_t* buf_size);
#ifdef __cplusplus
}
#endif