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

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

[nongnu] elpa/drupal-mode 5911ac2158 211/308: Fixed bad indentation.


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode 5911ac2158 211/308: Fixed bad indentation.
Date: Tue, 25 Jan 2022 10:59:48 -0500 (EST)

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

    Fixed bad indentation.
---
 drupal-mode.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/drupal-mode.el b/drupal-mode.el
index b1d5c11e00..fcfdce2d47 100644
--- a/drupal-mode.el
+++ b/drupal-mode.el
@@ -374,10 +374,11 @@ of the project)."
              drupal-drush-program)
     (let ((root drupal-rootdir)
           (code (buffer-substring (region-beginning) (region-end))))
-      (with-temp-buffer-window "*drush php-eval*" nil nil
-                               (message "PHP eval...")
-        (call-process drupal-drush-program nil t nil (concat "--root=" 
(expand-file-name root)) "php-eval" code)
-        (message "PHP eval...done")))))
+      (with-temp-buffer-window
+       "*drush php-eval*" nil nil
+       (message "PHP eval...")
+       (call-process drupal-drush-program nil t nil (concat "--root=" 
(expand-file-name root)) "php-eval" code)
+       (message "PHP eval...done")))))
 
 
 



reply via email to

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