Skip to content

Commit c2ae064

Browse files
committed
Whitespace fixes
1 parent 3614cc7 commit c2ae064

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ngx_http_auth_spnego_module.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ static ngx_int_t ngx_http_auth_spnego_init_shm_zone(ngx_shm_zone_t *shm_zone,
324324
return NGX_OK;
325325
}
326326

327-
static ngx_int_t ngx_http_auth_spnego_create_shm_zone(ngx_conf_t *cf,
327+
static ngx_int_t ngx_http_auth_spnego_create_shm_zone(ngx_conf_t *cf,
328328
ngx_str_t *name) {
329329
if (shm_zone != NULL) return NGX_OK;
330330

@@ -1199,7 +1199,7 @@ static char *
11991199
ngx_http_auth_spnego_build_tgs_principal(ngx_pool_t *pool,
12001200
char *realm_data,
12011201
size_t realm_len)
1202-
{
1202+
{
12031203
u_char *u_realm = (u_char *) realm_data;
12041204
/* "krbtgt" + '/' + '@' + 2×REALM + '\0' */
12051205
size_t name_len = ngx_strlen(KRB5_TGS_NAME)
@@ -1259,7 +1259,7 @@ static krb5_error_code ngx_http_auth_spnego_verify_server_credentials(
12591259
kerr = KRB5KRB_ERR_GENERIC;
12601260
goto done;
12611261
}
1262-
1262+
12631263
size_t realm_len = krb5_realm_length(principal->realm);
12641264
tgs_principal_name = ngx_http_auth_spnego_build_tgs_principal(
12651265
r->pool,

0 commit comments

Comments
 (0)