]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: db-oauth2 - Fix whitespace issue
authorAki Tuomi <aki.tuomi@open-xchange.com>
Mon, 25 May 2020 18:18:45 +0000 (21:18 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 27 May 2020 07:51:31 +0000 (10:51 +0300)
src/auth/db-oauth2.c

index 046cb80f736c3ac710b1872d7a013021ad0cc102..7e9aa7069798b91ae95f7497fdd4702625626746 100644 (file)
@@ -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) {