From: Aki Tuomi Date: Mon, 25 May 2020 18:18:45 +0000 (+0300) Subject: auth: db-oauth2 - Fix whitespace issue X-Git-Tag: 2.3.11.2~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff3beafabc27e0e9586e457207c27ba6326140d6;p=thirdparty%2Fdovecot%2Fcore.git auth: db-oauth2 - Fix whitespace issue --- diff --git a/src/auth/db-oauth2.c b/src/auth/db-oauth2.c index 046cb80f73..7e9aa70697 100644 --- a/src/auth/db-oauth2.c +++ b/src/auth/db-oauth2.c @@ -774,7 +774,7 @@ void db_oauth2_lookup(struct db_oauth2 *db, struct db_oauth2_request *req, return; } e_debug(authdb_event(req->auth_request), - "Token not a JWT token, falling back to online validation"); + "Token not a JWT token, falling back to online validation"); } if (db->oauth2_set.use_grant_password) {