Skip to content

Commit

Permalink
whitespace only
Browse files Browse the repository at this point in the history
  • Loading branch information
travisspencer committed Nov 26, 2018
1 parent cbcd152 commit 98a4e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phantom_token.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ static ngx_int_t handler(ngx_http_request_t *request)
introspection_request->request_body = introspection_request_body;
introspection_request->headers_in.content_length_n = ngx_buf_size(introspection_request_body_buffer);

#if(NGX_HTTP_HEADERS)
#if (NGX_HTTP_HEADERS)
if (request->headers_in.accept == NULL)
{
ngx_int_t result;
Expand Down

0 comments on commit 98a4e08

Please sign in to comment.