aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-14 14:37:33 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-14 14:37:33 +0100
commit74d7528e6bd53cf5acc939c63a5be74a001e5ce1 (patch)
tree5904faddd3dc867cb4111278d0b9ad5298857588 /src/reclaim
parent561596641606ecc0b5f71658c34eab1312ad8f18 (diff)
downloadgnunet-74d7528e6bd53cf5acc939c63a5be74a001e5ce1.tar.gz
gnunet-74d7528e6bd53cf5acc939c63a5be74a001e5ce1.zip
indentation fixes
Diffstat (limited to 'src/reclaim')
-rw-r--r--src/reclaim/oidc_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reclaim/oidc_helper.c b/src/reclaim/oidc_helper.c
index 1dde7b673..33db26a7c 100644
--- a/src/reclaim/oidc_helper.c
+++ b/src/reclaim/oidc_helper.c
@@ -677,7 +677,7 @@ OIDC_parse_authz_code (const struct GNUNET_IDENTITY_PublicKey *audience,
677 // cmp code_challenge code_verifier 677 // cmp code_challenge code_verifier
678 code_challenge_len = ntohl (params->code_challenge_len); 678 code_challenge_len = ntohl (params->code_challenge_len);
679 code_challenge = ((char *) &params[1]); 679 code_challenge = ((char *) &params[1]);
680 if (!(opts & OIDC_VERIFICATION_NO_CODE_VERIFIER)) 680 if (! (opts & OIDC_VERIFICATION_NO_CODE_VERIFIER))
681 { 681 {
682 if (GNUNET_OK != check_code_challenge (code_challenge, 682 if (GNUNET_OK != check_code_challenge (code_challenge,
683 code_challenge_len, 683 code_challenge_len,