aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coq/coq-indent.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq-indent.el b/coq/coq-indent.el
index 32979dee..cdb84ef7 100644
--- a/coq/coq-indent.el
+++ b/coq/coq-indent.el
@@ -650,7 +650,7 @@ argument must be t if inside the {}s of a record, nil otherwise."
((proof-looking-at-safe coq-indent-pattern-regexp)
(+ prevcol proof-indent))
- (t prevcol)))
+ (t prevcol))))
(defun coq-indent-comment-offset ()