aboutsummaryrefslogtreecommitdiff
path: root/ide
diff options
context:
space:
mode:
authorserpyc2009-10-04 10:40:03 +0000
committerserpyc2009-10-04 10:40:03 +0000
commit88909c92cad0044dac83539b2b3d385242ed851e (patch)
treef8c946fc168920aab8c7e47cf875be8404f1bd10 /ide
parent4b993912cc6c6135e41ea959f934fa73d1da05ab (diff)
Removal of trailing spaces.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12371 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide')
-rw-r--r--ide/coq.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/coq.ml b/ide/coq.ml
index d75a996ef7..eb410b1e32 100644
--- a/ide/coq.ml
+++ b/ide/coq.ml
@@ -423,7 +423,7 @@ let record_interp cmd_stk start_of_sentence end_of_sentence (sn,pp,psd) =
} cmd_stk
let backtrack cmd_stack stop_cond =
- if Stack.is_empty cmd_stack then
+ if Stack.is_empty cmd_stack then
reset_initial () (* reset coq *)
else try
let current = Stack.top cmd_stack in