summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-02-19 01:22:26 +0000
committerKen Raeburn <raeburn@mit.edu>2004-02-19 01:22:26 +0000
commit3ba55c118778bdedbddb70a1ce7add92dcd9e048 (patch)
tree8a90f2464cc7b43e4e2fa5430da5b686db892b20 /src
parent6f0262649d900b1d5fb336c52062a43beb1192b0 (diff)
downloadkrb5-3ba55c118778bdedbddb70a1ce7add92dcd9e048.tar.gz
krb5-3ba55c118778bdedbddb70a1ce7add92dcd9e048.tar.xz
krb5-3ba55c118778bdedbddb70a1ce7add92dcd9e048.zip
delete some blank lines in fn defs
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16098 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/kadm5/clnt/clnt_policy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/kadm5/clnt/clnt_policy.c b/src/lib/kadm5/clnt/clnt_policy.c
index ee229216a..182b2d9e7 100644
--- a/src/lib/kadm5/clnt/clnt_policy.c
+++ b/src/lib/kadm5/clnt/clnt_policy.c
@@ -61,7 +61,6 @@ kadm5_delete_policy(void *server_handle, char *name)
kadm5_ret_t
kadm5_modify_policy(void *server_handle,
kadm5_policy_ent_t policy, long mask)
-
{
mpol_arg arg;
generic_ret *r;
@@ -84,7 +83,6 @@ kadm5_modify_policy(void *server_handle,
kadm5_ret_t
kadm5_get_policy(void *server_handle, char *name, kadm5_policy_ent_t ent)
-
{
gpol_arg arg;
gpol_ret *r;