Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
weh authored and AnthonyDeroche committed Sep 13, 2020
1 parent 3d35da8 commit 2936c3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mod_authnz_jwt.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ typedef struct {
int cookie_attr_set;

int cookie_remove;
int cookie_remove_set;
int cookie_remove_set;

char *dir;

Expand Down Expand Up @@ -664,10 +664,10 @@ static const char *set_jwt_int_param(cmd_parms * cmd, void* config, const char*
conf->leeway = atoi(value);
conf->leeway_set = 1;
break;
case dir_cookie_remove:
conf->cookie_remove = atoi(value);
conf->cookie_remove_set = 1;
break;
case dir_cookie_remove:
conf->cookie_remove = atoi(value);
conf->cookie_remove_set = 1;
break;
}
return NULL;
}
Expand Down

0 comments on commit 2936c3b

Please sign in to comment.