summaryrefslogtreecommitdiff
path: root/debian-el.el
diff options
context:
space:
mode:
authorXiyue Deng <manphiz@gmail.com>2023-10-04 15:34:31 -0700
committerAmin Bandali <bandali@gnu.org>2023-10-07 22:41:15 -0400
commit99d010cf16f5cfdacaed6b3600d3c98a5e50ac0e (patch)
tree66a506382be5f4d2e17abca7afa6beb51d9bf2ff /debian-el.el
parent76e636f245d7e007dbbd5dddfb50c947d1a52726 (diff)
Ensure consistent spacing.
* Drop trailing spaces. * Use spaces instead of tabs.
Diffstat (limited to 'debian-el.el')
-rw-r--r--debian-el.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian-el.el b/debian-el.el
index b01ea0a..34edbf7 100644
--- a/debian-el.el
+++ b/debian-el.el
@@ -20,7 +20,7 @@
;; This package provides emacs helper libraries specific to Debian users.
;; This package contains the following libraries:
-;;
+;;
;; `apt-sources' Major-mode for editing Debian sources.list files.
;; `apt-utils' Interface to APT (Debian package management).
;; `debian-bug' An Emacs command to submit a bug report.
@@ -118,7 +118,7 @@ there's no buffer passed to coding system functions)."
(string-match "\\.deb-INFO!\\./control\\'"
(buffer-file-name buffer))
'utf-8)))
- 'undecided))
+ 'undecided))
(add-to-list 'file-coding-system-alist
'("\\'control\\'" . deb-view-control-coding)))