Skip to content

Commit 27257bd

Browse files
committed
align
1 parent fd764eb commit 27257bd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

php-align.el

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@
7272
(lambda ()
7373
(save-excursion
7474
(goto-char (match-end 2))
75-
(looking-at "\\s-*\\(/[*/]\\|$\\)"))))))
76-
))
75+
(looking-at "\\s-*\\(/[*/]\\|$\\)"))))))))
7776

7877
(defvar php-align-region-separate
7978
(eval-when-compile
@@ -100,8 +99,7 @@
10099
"\\)"
101100
"\\|"
102101
;; function or method call
103-
"\\(?:" "^\\s-*" "\\(?:" "\\w\\|[->\\: \t]" "\\)+" "(" "\\)"
104-
))
102+
"\\(?:" "^\\s-*" "\\(?:" "\\w\\|[->\\: \t]" "\\)+" "(" "\\)"))
105103
"Regexp of a section of PHP for alignment.")
106104

107105
(defun php-align-setup ()

0 commit comments

Comments
 (0)