Skip to content

Commit ce0b25d

Browse files
authored
Fix indentation
1 parent e7c0728 commit ce0b25d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ngx_http_auth_jwt_module.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ typedef struct {
2929
ngx_flag_t auth_jwt_redirect;
3030
ngx_str_t auth_jwt_validation_type;
3131
ngx_str_t auth_jwt_algorithm;
32-
ngx_flag_t auth_jwt_use_keyfile;
33-
ngx_str_t auth_jwt_keyfile_path;
32+
ngx_flag_t auth_jwt_use_keyfile;
33+
ngx_str_t auth_jwt_keyfile_path;
3434
ngx_flag_t auth_jwt_validate_email;
3535

3636
} ngx_http_auth_jwt_loc_conf_t;

0 commit comments

Comments
 (0)