Apply clang-format to files (#5273)

This commit is contained in:
Archez 2025-04-01 22:33:38 -04:00 committed by GitHub
commit 8f126344a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
885 changed files with 40384 additions and 36263 deletions

View file

@ -1,5 +1,5 @@
#include <unistd.h>
long pathconf(const char *path, int name) {
long pathconf(const char* path, int name) {
return -1;
}