Skip to content

Commit ad41523

Browse files
committed
Modify spacing
1 parent d769da0 commit ad41523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: php-mode.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,15 @@ Turning this on will open it whenever `php-mode' is loaded."
170170
(defsubst php-in-string-or-comment-p ()
171171
(nth 8 (syntax-ppss)))
172172

173-
(defun php-mode-extra-constants-create-regexp(kwds)
173+
(defun php-mode-extra-constants-create-regexp (kwds)
174174
"Create regexp for the list of extra constant keywords KWDS."
175175
(concat "[^_$]?\\<\\("
176176
(regexp-opt
177177
(append kwds
178178
(when (boundp 'web-mode-extra-php-constants) web-mode-extra-php-constants)))
179179
"\\)\\>[^_]?"))
180180

181-
(defun php-mode-extra-constants-set(sym value)
181+
(defun php-mode-extra-constants-set (sym value)
182182
"Apply the list of extra constant keywords `VALUE'.
183183
184184
This function is called when the custom variable php-extra-constants

0 commit comments

Comments
 (0)