Applied standard indent(1) settings

This commit is contained in:
Andrew Wood
2023-07-16 11:20:03 +01:00
parent 29908cff6c
commit bb0c5bdfca
2 changed files with 24 additions and 16 deletions
+2 -2
View File
@@ -277,7 +277,8 @@ opts_t opts_parse(int argc, char **argv)
fprintf(stderr, "%s: %s %s: %s\n",
opts->program_name,
_("failed to stat file"),
size_file, strerror(errno));
size_file,
strerror(errno));
opts_free(opts);
return NULL;
}
@@ -387,7 +388,6 @@ opts_t opts_parse(int argc, char **argv)
opts_free(opts);
return NULL;
}
#ifndef __APPLE__
if (0 != access("/proc/self/fdinfo", X_OK)) {
fprintf(stderr, "%s: -d: %s\n", opts->program_name,