X-Git-Url: http://gitweb.michael.orlitzky.com/?p=apply-default-acl.git;a=blobdiff_plain;f=src%2Fapply-default-acl.c;h=3350a19ab60fbf1b26f9c9b9a45ddfdf4750a83e;hp=bebb27c9907cb43f4bfb43599b483b5c568c189d;hb=1a978ea6cd152aea303e5af9939151e6370bf156;hpb=9cf74aa49835a8309bdc1d9e12afe1925003f141 diff --git a/src/apply-default-acl.c b/src/apply-default-acl.c index bebb27c..3350a19 100644 --- a/src/apply-default-acl.c +++ b/src/apply-default-acl.c @@ -74,9 +74,9 @@ void usage(const char* program_name) { } printf("Apply any applicable default ACLs to the given files or " - "directories.\n\n"); + "directories.\n\n"); printf("Usage: %s [flags] [ [ ...]]\n\n", - program_name); + program_name); printf("Flags:\n"); printf(" -h, --help Print this help message\n"); printf(" -r, --recursive Act on any given directories recursively\n"); @@ -98,9 +98,9 @@ void usage(const char* program_name) { * */ int apply_default_acl_nftw(const char *target, - const struct stat *sp, - int info, - struct FTW *ftw) { + const struct stat *sp, + int info, + struct FTW *ftw) { if (target == NULL) { errno = EINVAL; @@ -128,9 +128,9 @@ int apply_default_acl_nftw(const char *target, * */ int apply_default_acl_nftw_x(const char *target, - const struct stat *sp, - int info, - struct FTW *ftw) { + const struct stat *sp, + int info, + struct FTW *ftw) { if (target == NULL) { errno = EINVAL;