remove trailing whitespace

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23815 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-09-13 09:21:03 +00:00
parent e172367898
commit 6937d41a02
940 changed files with 23827 additions and 23827 deletions

View File

@@ -195,7 +195,7 @@ change_pw(krb5_context context,
&options);
if (ret) {
kcm_log(0, "Failed to acquire password change credentials "
"for principal %s: %s",
"for principal %s: %s",
cpn, krb5_get_err_text(context, ret));
goto out;
}
@@ -364,7 +364,7 @@ update_keytab_entry(krb5_context context,
if (ret) {
kcm_log(0, "String to key conversion failed for principal %s "
"and etype %d: %s",
cpn, etype, krb5_get_err_text(context, ret));
cpn, etype, krb5_get_err_text(context, ret));
return ret;
}
@@ -397,7 +397,7 @@ update_keytab_entry(krb5_context context,
krb5_kt_free_entry(context, &entry);
return ret;
return ret;
}
static krb5_error_code