Minor indentation fix.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -151,7 +151,7 @@ mu_pam_argp_parser (int key, char *arg, struct argp_state *state) | ... | @@ -151,7 +151,7 @@ mu_pam_argp_parser (int key, char *arg, struct argp_state *state) |
151 | static struct argp_option mu_pam_argp_option[] = { | 151 | static struct argp_option mu_pam_argp_option[] = { |
152 | { "pam-service", ARG_PAM_SERVICE, N_("STRING"), 0, | 152 | { "pam-service", ARG_PAM_SERVICE, N_("STRING"), 0, |
153 | N_("Use STRING as PAM service name"), 0}, | 153 | N_("Use STRING as PAM service name"), 0}, |
154 | { NULL, 0, NULL, 0, NULL, 0 } | 154 | { NULL, 0, NULL, 0, NULL, 0 } |
155 | }; | 155 | }; |
156 | 156 | ||
157 | struct argp mu_pam_argp = { | 157 | struct argp mu_pam_argp = { | ... | ... |
-
Please register or sign in to post a comment