Skip to content

Commit 5911ac2

Browse files
committed
Fixed bad indentation.
1 parent 1627981 commit 5911ac2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

drupal-mode.el

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -374,10 +374,11 @@ of the project)."
374374
drupal-drush-program)
375375
(let ((root drupal-rootdir)
376376
(code (buffer-substring (region-beginning) (region-end))))
377-
(with-temp-buffer-window "*drush php-eval*" nil nil
378-
(message "PHP eval...")
379-
(call-process drupal-drush-program nil t nil (concat "--root=" (expand-file-name root)) "php-eval" code)
380-
(message "PHP eval...done")))))
377+
(with-temp-buffer-window
378+
"*drush php-eval*" nil nil
379+
(message "PHP eval...")
380+
(call-process drupal-drush-program nil t nil (concat "--root=" (expand-file-name root)) "php-eval" code)
381+
(message "PHP eval...done")))))
381382

382383

383384

0 commit comments

Comments
 (0)