branch: externals/phps-mode
commit 208a788b34658a673621921b338da69e03af55d3
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Re-organized indent tests
---
phps-mode-test-functions.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/phps-mode-test-functions.el b/phps-mode-test-functions.el
index c5c3363..25fb65a 100644
--- a/phps-mode-test-functions.el
+++ b/phps-mode-test-functions.el
@@ -535,8 +535,8 @@
(phps-mode-test-functions-get-lines-indent-inline-if)
(phps-mode-test-functions-get-lines-indent-alternative-if)
(phps-mode-test-functions-get-lines-indent-multi-line-assignments)
- (phps-mode-test-functions-get-lines-indent)
(phps-mode-test-functions-get-lines-indent-switch-case)
+ (phps-mode-test-functions-get-lines-indent)
(phps-mode-test-functions-indent-line))
(phps-mode-test-functions)