Fix trailing whitespace
This commit is contained in:
@@ -600,7 +600,7 @@ krb5_error_code
|
||||
hdb_generate_key_set_password(krb5_context context,
|
||||
krb5_principal principal,
|
||||
const char *password,
|
||||
krb5_key_salt_tuple *ks_tuple, int n_ks_tuple,
|
||||
krb5_key_salt_tuple *ks_tuple, int n_ks_tuple,
|
||||
Key **keys, size_t *num_keys)
|
||||
{
|
||||
krb5_error_code ret;
|
||||
|
@@ -53,7 +53,7 @@ _kadm5_set_keys(kadm5_server_context *context,
|
||||
ret = hdb_generate_key_set_password(context->context,
|
||||
ent->principal,
|
||||
password,
|
||||
ks_tuple, n_ks_tuple,
|
||||
ks_tuple, n_ks_tuple,
|
||||
&keys, &num_keys);
|
||||
if (ret)
|
||||
return ret;
|
||||
@@ -240,7 +240,7 @@ _kadm5_set_keys2(kadm5_server_context *context,
|
||||
if (ret)
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* A structure copy is more efficient here than this would be:
|
||||
*
|
||||
|
Reference in New Issue
Block a user