GNU bug report logs - #79168
30.1; Proposed changes for oauth2

Previous Next

Package: emacs;

Reported by: Xiyue Deng <manphiz <at> gmail.com>

Date: Mon, 4 Aug 2025 00:00:01 UTC

Severity: normal

Found in version 30.1

Done: Sean Whitton <spwhitton <at> spwhitton.name>

Full log


Message #53 received at 79168 <at> debbugs.gnu.org (full text, mbox):

From: Xiyue Deng <manphiz <at> gmail.com>
To: 79168 <at> debbugs.gnu.org
Cc: Xiyue Deng <manphiz <at> gmail.com>
Subject: [PATCH 02/11] Untabify source code
Date: Fri,  8 Aug 2025 23:45:41 -0700
* packages/oauth2/oauth2.el (oauth2-request-access): Untabify
---
 oauth2.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oauth2.el b/oauth2.el
index 70c59e7513..c3aa45ed69 100644
--- a/oauth2.el
+++ b/oauth2.el
@@ -145,7 +145,7 @@ TOKEN should be obtained with `oauth2-request-access'."
                     (oauth2-make-access-request
                      (oauth2-token-token-url token)
                      (concat "client_id=" (oauth2-token-client-id token)
-			     (when (oauth2-token-client-secret token)
+                             (when (oauth2-token-client-secret token)
                                (concat "&client_secret=" (oauth2-token-client-secret token)))
                              "&refresh_token=" (oauth2-token-refresh-token token)
                              "&grant_type=refresh_token")))))
-- 
2.39.5





This bug report was last modified today.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.