Commit 2066965a 2066965ae85c41c04b075fd94945834f00594f88 by Sergey Poznyakoff

Minor indentation fix.

1 parent 45928421
...@@ -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 = {
......