Skip to content

Commit 0a9d8df

Browse files
committed
Cleaned whitespace.
1 parent 557f34c commit 0a9d8df

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

drupal-mode.el

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
(require 'php-mode)
3737
(require 'format-spec)
3838

39-
(eval-when-compile
39+
(eval-when-compile
4040
(require 'css-mode))
4141

4242

@@ -62,7 +62,7 @@ If `Ask' ask the user whether to convert line endings.
6262
6363
Drupal coding standards states that all text files should end in
6464
a single newline (\\n)."
65-
:type `(choice
65+
:type `(choice
6666
:tag " we offer to change line endings if needed?"
6767
(const :tag "Always" t)
6868
(const :tag "Never" nil)
@@ -83,7 +83,7 @@ If `Default' do what the global setting is.
8383
8484
Drupal coding standards states that lines should have no trailing
8585
whitespace at the end."
86-
:type `(choice
86+
:type `(choice
8787
:tag "Whether to delete all the trailing whitespace."
8888
(const :tag "Always" always)
8989
(const :tag "Default" default)
@@ -538,12 +538,12 @@ Heavily based on `message-beginning-of-line' from Gnus."
538538
(set zrs t)))
539539
(if (derived-mode-p 'conf-mode)
540540
(let* ((here (point))
541-
(bol (progn (beginning-of-line n) (point)))
542-
(eol (point-at-eol))
543-
(eoh (re-search-forward "= *" eol t)))
544-
(goto-char
545-
(if (and eoh (or (< eoh here) (= bol here)))
546-
eoh bol)))
541+
(bol (progn (beginning-of-line n) (point)))
542+
(eol (point-at-eol))
543+
(eoh (re-search-forward "= *" eol t)))
544+
(goto-char
545+
(if (and eoh (or (< eoh here) (= bol here)))
546+
eoh bol)))
547547
(beginning-of-line n)))
548548

549549

0 commit comments

Comments
 (0)