From bd71a22e20999b18af2164621d5f2d5b4305d9f5 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Mon, 13 Apr 2015 17:31:57 -0500 Subject: [PATCH] Fix trailing whitespace in cache.c --- lib/krb5/cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/krb5/cache.c b/lib/krb5/cache.c index 1caee2135..9fc5d90fe 100644 --- a/lib/krb5/cache.c +++ b/lib/krb5/cache.c @@ -1208,7 +1208,7 @@ krb5_cc_cache_match (krb5_context context, else match = krb5_principal_compare(context, principal, client); krb5_free_principal(context, principal); - + if (!match) goto next; @@ -1761,7 +1761,7 @@ krb5_cc_get_lifetime(krb5_context context, krb5_ccache id, time_t *t) *t = endtime - now; ret = 0; } - + krb5_cc_end_seq_get(context, id, &cursor); return ret;