summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-08-16 02:40:44 +0200
committerUlrich Müller <ulm@gentoo.org>2024-08-16 02:40:44 +0200
commitabadc1f44f4c596d701d40cf32491d6cb57c28c7 (patch)
tree8780842e5300efb82e0b718ee41c9965a5f625f5
parentVersion 1.73 released (diff)
downloadebuild-mode-abadc1f44f4c596d701d40cf32491d6cb57c28c7.tar.gz
ebuild-mode-abadc1f44f4c596d701d40cf32491d6cb57c28c7.tar.bz2
ebuild-mode-abadc1f44f4c596d701d40cf32491d6cb57c28c7.zip
Fix whitespace
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--ebuild-mode.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/ebuild-mode.el b/ebuild-mode.el
index e04826a..f348b47 100644
--- a/ebuild-mode.el
+++ b/ebuild-mode.el
@@ -81,8 +81,8 @@ of lines.
If the value is `ebuild', fixes for tabs and newlines will only
be applied to ebuilds but not to eclasses."
:type '(choice (const :tag "Yes" t)
- (const :tag "No" nil)
- (const :tag "Ebuilds only" ebuild))
+ (const :tag "No" nil)
+ (const :tag "Ebuilds only" ebuild))
:group 'ebuild)
(defcustom ebuild-mode-update-copyright t
@@ -687,8 +687,8 @@ With prefix argument OTHER-WINDOW, visit the directory in another window."
;; decode ANSI SGR control sequences if possible (tty-format.el)
(and (assq 'ansi-colors format-alist)
(save-excursion
- (goto-char (point-min))
- (re-search-forward "\e\\[[0-9;]*m" nil t))
+ (goto-char (point-min))
+ (re-search-forward "\e\\[[0-9;]*m" nil t))
(format-decode-buffer 'ansi-colors))))
;;; Modify package keywords.