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

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

[nongnu] elpa/drupal-mode 03b7e28b8d 192/308: Fixed bad indentation.


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode 03b7e28b8d 192/308: Fixed bad indentation.
Date: Tue, 25 Jan 2022 10:59:47 -0500 (EST)

branch: elpa/drupal-mode
commit 03b7e28b8ddd4ebd47a0e0d4d8cff5a7195214ab
Author: Arne Jørgensen <arne@arnested.dk>
Commit: Arne Jørgensen <arne@arnested.dk>

    Fixed bad indentation.
---
 drupal/flymake-phpcs.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drupal/flymake-phpcs.el b/drupal/flymake-phpcs.el
index f89d50f577..a6c6cfce1a 100644
--- a/drupal/flymake-phpcs.el
+++ b/drupal/flymake-phpcs.el
@@ -60,7 +60,8 @@ file (and thus on the remote machine), or in the same place as
     :group 'drupal))
 
 (defun drupal/flymake-phpcs-enable ()
-  "Enable drupal-mode support for flymake-phpcs."(interactive)
+  "Enable drupal-mode support for flymake-phpcs."
+  (interactive)
   (when (and (apply 'derived-mode-p (append drupal-php-modes drupal-css-modes 
drupal-js-modes drupal-info-modes))
              (not (derived-mode-p 'drush-make-mode))
              (executable-find flymake-phpcs-command)



reply via email to

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