branch: externals/sql-indent
commit b25fd81f31c72d4d1e37190c0b0d07448210b0ea
Author: Pierre Téchoueyres <[email protected]>
Commit: Alex Harsányi <[email protected]>
Compilation error ...
---
sql-indent.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sql-indent.el b/sql-indent.el
index 1687850..d7eecf5 100644
--- a/sql-indent.el
+++ b/sql-indent.el
@@ -568,7 +568,7 @@ See also `sqlind-beginning-of-block'"
;; skip param list, if any.
(when (looking-at "(") (ignore-errors (forward-sexp 1)))
(when (looking-at "return\\(?:[ \n\r\f]+\\)\\([a-z0-9_]+\\)")
(goto-char (match-end 0)))
- (sqlind-forward-syntactic-ws))
+ (sqlind-forward-syntactic-ws)
(when (looking-at ";")
;; not a procedure after all.
(throw 'exit nil)))