aboutsummaryrefslogtreecommitdiff
path: root/sys/kgssapi/gss_display_status.c
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 22:15:02 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 22:15:02 +0000
commitb4a53360398fd9c18d06b8aaf5ff34ccee19f8cd (patch)
treea59842c3c3a9780a3b5d0c1a36c791ab4822724f /sys/kgssapi/gss_display_status.c
parent3e0cd950ace76c49ff01f0fe11e19ee348632a1f (diff)
downloadsrc-b4a53360398fd9c18d06b8aaf5ff34ccee19f8cd.tar.gz
src-b4a53360398fd9c18d06b8aaf5ff34ccee19f8cd.zip
kgssapi: clean up empty lines in .c and .h files
Notes
Notes: svn path=/head/; revision=365229
Diffstat (limited to 'sys/kgssapi/gss_display_status.c')
-rw-r--r--sys/kgssapi/gss_display_status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kgssapi/gss_display_status.c b/sys/kgssapi/gss_display_status.c
index 80ba1d8a5d87..6809bc352b11 100644
--- a/sys/kgssapi/gss_display_status.c
+++ b/sys/kgssapi/gss_display_status.c
@@ -64,7 +64,7 @@ gss_display_status(OM_uint32 *minor_status,
args.status_type = status_type;
args.mech_type = mech_type;
args.message_context = *message_context;
-
+
bzero(&res, sizeof(res));
stat = gssd_display_status_1(&args, &res, cl);
CLNT_RELEASE(cl);