kgssapi: clean up empty lines in .c and .h files

This commit is contained in:
Mateusz Guzik 2020-09-01 22:15:02 +00:00
parent 3e0cd950ac
commit b4a5336039
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365229
14 changed files with 10 additions and 20 deletions

View File

@ -88,4 +88,3 @@ gss_get_mic_mbuf(OM_uint32 *minor_status, const gss_ctx_id_t ctx,
return (KGSS_GET_MIC(ctx, minor_status, qop_req, m, micp));
}

View File

@ -174,5 +174,3 @@ gss_OID GSS_KRB5_NT_MACHINE_UID_NAME = &GSS_C_NT_MACHINE_UID_NAME_storage;
* this type is "GSS_KRB5_NT_STRING_UID_NAME".
*/
gss_OID GSS_KRB5_NT_STRING_UID_NAME = &GSS_C_NT_STRING_UID_NAME_storage;

View File

@ -51,4 +51,3 @@ gss_release_buffer(OM_uint32 *minor_status, gss_buffer_t buffer)
return (GSS_S_COMPLETE);
}

View File

@ -96,4 +96,3 @@ gss_unwrap_mbuf(OM_uint32 *minor_status,
return (KGSS_UNWRAP(ctx, minor_status, mp, conf_state, qop_state));
}

View File

@ -86,4 +86,3 @@ gss_verify_mic_mbuf(OM_uint32 *minor_status, const gss_ctx_id_t ctx,
return (KGSS_VERIFY_MIC(ctx, minor_status, m, mic, qop_state));
}

View File

@ -249,7 +249,6 @@ extern gss_OID GSS_C_NT_HOSTBASED_SERVICE;
*/
extern gss_OID GSS_C_NT_ANONYMOUS;
/*
* The implementation must reserve static storage for a
* gss_OID_desc object containing the value

View File

@ -429,7 +429,6 @@ gsstest_2(struct thread *td, int step, const gss_buffer_t input_token,
maj_stat = GSS_S_FAILURE;
min_stat = 0;
switch (step) {
case 1:
if (server_context == GSS_C_NO_CONTEXT) {
static char sbuf[512];
@ -1127,7 +1126,6 @@ static int gsstest_offset = NO_SYSCALL;
* The function called at load/unload.
*/
static int
gsstest_load(struct module *module, int cmd, void *arg)
{

View File

@ -2114,7 +2114,6 @@ kgssapi_krb5_modevent(module_t mod, int type, void *data)
break;
}
return (0);
}
static moduledata_t kgssapi_krb5_mod = {