emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/go-mode 29f3380 280/495: Remove trailing whitespace in go-


From: ELPA Syncer
Subject: [nongnu] elpa/go-mode 29f3380 280/495: Remove trailing whitespace in go-mode.el
Date: Sat, 7 Aug 2021 09:05:31 -0400 (EDT)

branch: elpa/go-mode
commit 29f33806493d86a48ea8037ecb674873655f3a8d
Author: Lowe Thiderman <lowe.thiderman@gmail.com>
Commit: Dominik Honnef <dominik@honnef.co>

    Remove trailing whitespace in go-mode.el
    
    This has been annoying me for the past 20 commits. Superfluous, but
    still infuriating. Sorry for boring commit! :P
---
 go-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go-mode.el b/go-mode.el
index 9642fc3..a7b68c0 100644
--- a/go-mode.el
+++ b/go-mode.el
@@ -600,7 +600,7 @@ current line will be returned."
     ;; breaks if there's a comment between the struct/interface keyword and
     ;; bracket, like this:
     ;;
-    ;;     struct /* why? */ { 
+    ;;     struct /* why? */ {
     (while (progn
       (skip-chars-forward "^{")
       (forward-char)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]