summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2020-10-20 17:23:11 +0200
committerRay Strode <rstrode@redhat.com>2023-03-01 13:03:56 -0500
commitb62cab12761ca1d280bc6150b33afd25c99a5e32 (patch)
tree1210b900e1bfbbe434cc206334db8bf13b21f9dc
parent4757a75922196981bb699192685e99073c25c4eb (diff)
downloadgnome-online-accounts-b62cab12761ca1d280bc6150b33afd25c99a5e32.tar.gz
kerberos-identity-manager: Style fixes
https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/merge_requests/61
-rw-r--r--src/goaidentity/goakerberosidentitymanager.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/goaidentity/goakerberosidentitymanager.c b/src/goaidentity/goakerberosidentitymanager.c
index e6bcd29..aa38761 100644
--- a/src/goaidentity/goakerberosidentitymanager.c
+++ b/src/goaidentity/goakerberosidentitymanager.c
@@ -1,6 +1,6 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/*
- * Copyright © 2012 – 2017 Red Hat, Inc.
+ * Copyright © 2012 – 2023 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -875,7 +875,8 @@ get_new_credentials_cache (GoaKerberosIdentityManager *self,
|| g_strcmp0 (self->credentials_cache_type, "KCM") == 0
|| g_strcmp0 (self->credentials_cache_type, "KEYRING") == 0)
{
- g_debug ("GoaKerberosIdentityManager: credential cache type %s supports cache collections", self->credentials_cache_type);
+ g_debug ("GoaKerberosIdentityManager: credential cache type %s supports cache collections",
+ self->credentials_cache_type);
supports_multiple_identities = TRUE;
}
else