branch: elpa/drupal-mode
commit 03b7e28b8ddd4ebd47a0e0d4d8cff5a7195214ab
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>
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)