Chromium Code Reviews| Index: fusl/src/conf/pathconf.c |
| diff --git a/fusl/src/conf/pathconf.c b/fusl/src/conf/pathconf.c |
| index 01e19c59b9e5212141bc97a780c0485118ad0105..c8fa7a857a2f800614a91a58864d37b8b4d7f644 100644 |
| --- a/fusl/src/conf/pathconf.c |
| +++ b/fusl/src/conf/pathconf.c |
| @@ -1,6 +1,5 @@ |
| #include <unistd.h> |
| -long pathconf(const char *path, int name) |
| -{ |
| - return fpathconf(-1, name); |
| +long pathconf(const char* path, int name) { |
| + return fpathconf(-1, name); |
| } |