Apply clang-format to files (#5273)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include <unistd.h>
|
||||
|
||||
long pathconf(const char *path, int name) {
|
||||
long pathconf(const char* path, int name) {
|
||||
return -1;
|
||||
}
|
||||
Reference in New Issue
Block a user