lib/krb5: reformat krb5_cc_set_default_name
commit338b4a1fba17044f6f01bc9560fc99626f2e0735
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 31 Mar 2016 16:39:07 +0000 (31 11:39 -0500)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 10 Apr 2016 22:05:07 +0000 (10 17:05 -0500)
treef98c288ffd85bab4bf1a4a232f2b1f871a29453c
parenteb1545382ae5be11bdaa82b6a08f892924ef78eb
lib/krb5: reformat krb5_cc_set_default_name

Remove unnecessary levels of indentation.

Switch the conditional from "(e == NULL)" to "(p == NULL)" since it
the variable 'p' that is actually used to store the name of the
default credential cache.

Change-Id: Id884e2cd80b42e47d3c219ac3777161087467a14
lib/krb5/cache.c