Skip to content

Commit a205c8d

Browse files
committed
Remove redundant newline
1 parent 2e1d586 commit a205c8d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

php-runtime.el

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
;;
3434
;; (string-to-number (php-runtime-expr "PHP_INT_MAX")) ; short hand
3535
;;
36-
3736

3837
;;; Code:
3938
(require 'cl-lib)
@@ -55,7 +54,6 @@
5554
(defconst php-runtime-error-buffer-name "*PHP Error Messages*")
5655

5756
(defvar php-runtime--kill-temp-output-buffer t)
58-
5957

6058
;; Utility functions
6159
(defun php-runtime--temp-buffer ()
@@ -159,7 +157,6 @@ You can check the limitation by command, for example \(shell-command-to-string \
159157
(if (and buf (buffer-live-p buf))
160158
buf
161159
(oset php stdout (generate-new-buffer "*PHP output*")))))
162-
163160

164161
;; PHP Execute wrapper function
165162

0 commit comments

Comments
 (0)