summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/t_stdio.c
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2009-10-31 03:59:19 +0000
committerGreg Hudson <ghudson@mit.edu>2009-10-31 03:59:19 +0000
commitcf156c8885cee91ece669fafe1d7fda3c81c5fe5 (patch)
tree89fe06f186aa63457d6a2a0d640a6ad4fa1150cd /src/lib/krb5/ccache/t_stdio.c
parent5802e4ff348ee881f7957bb775b373db38dbebff (diff)
downloadkrb5-cf156c8885cee91ece669fafe1d7fda3c81c5fe5.tar.gz
krb5-cf156c8885cee91ece669fafe1d7fda3c81c5fe5.tar.xz
krb5-cf156c8885cee91ece669fafe1d7fda3c81c5fe5.zip
In lib/krb5/ccache, ensure that function definition headers have
function names at the beginnings of lines. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23107 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/ccache/t_stdio.c')
-rw-r--r--src/lib/krb5/ccache/t_stdio.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/krb5/ccache/t_stdio.c b/src/lib/krb5/ccache/t_stdio.c
index f17d50647..0917f5c4f 100644
--- a/src/lib/krb5/ccache/t_stdio.c
+++ b/src/lib/krb5/ccache/t_stdio.c
@@ -101,7 +101,8 @@ krb5_creds test_creds = {
},
};
-void init_test_cred()
+void
+init_test_cred()
{
test_creds.client = (krb5_principal) malloc(sizeof(krb5_data *)*3);
test_creds.client[0] = &client1;
@@ -120,7 +121,8 @@ void init_test_cred()
} else printf("%s went ok\n", msg);
int flags = 0;
-void scc_test()
+void
+scc_test()
{
krb5_ccache id;
krb5_creds creds;