diff --git a/kdc/windc.c b/kdc/windc.c index 7ebe0e679..5f19ebc29 100644 --- a/kdc/windc.c +++ b/kdc/windc.c @@ -94,7 +94,8 @@ _kdc_pac_verify(krb5_context context, krb5_set_error_string(context, "Can't verify WINDC, no function"); return EINVAL; } - return (windcft->pac_verify)(windcctx, context, client_principal, client, server, pac); + return (windcft->pac_verify)(windcctx, context, + client_principal, client, server, pac); } krb5_error_code diff --git a/kdc/windc_plugin.h b/kdc/windc_plugin.h index b5afa73b1..12ed212e9 100644 --- a/kdc/windc_plugin.h +++ b/kdc/windc_plugin.h @@ -58,7 +58,9 @@ typedef krb5_error_code typedef krb5_error_code (*krb5plugin_windc_pac_verify)(void *, krb5_context, const krb5_principal, - struct hdb_entry_ex *, struct hdb_entry_ex *, krb5_pac *); + struct hdb_entry_ex *, + struct hdb_entry_ex *, + krb5_pac *); typedef krb5_error_code (*krb5plugin_windc_client_access)(