From 5520b3633efed5c5e49892a5e14cbba044bd27d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 2 Nov 2008 01:26:25 +0000 Subject: [PATCH] indent git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23999 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/kcm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/krb5/kcm.c b/lib/krb5/kcm.c index 8a8f1efc1..ad9088d50 100644 --- a/lib/krb5/kcm.c +++ b/lib/krb5/kcm.c @@ -207,7 +207,8 @@ kcm_alloc(krb5_context context, const char *name, krb5_ccache *id) k = malloc(sizeof(*k)); if (k == NULL) { - krb5_set_error_message(context, KRB5_CC_NOMEM, N_("malloc: out of memory", "")); + krb5_set_error_message(context, KRB5_CC_NOMEM, + N_("malloc: out of memory", "")); return KRB5_CC_NOMEM; }