aboutsummaryrefslogtreecommitdiff
path: root/toplevel
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/vernacentries.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml
index 53d0c7b519..118ba6616a 100644
--- a/toplevel/vernacentries.ml
+++ b/toplevel/vernacentries.ml
@@ -891,7 +891,8 @@ let _ =
try Nametab.locate q
with Not_found ->
Pretype_errors.error_global_not_found_loc loc q
- in search_by_head ref)
+ in
+ search_by_head ref)
| _ -> bad_vernac_args "SEARCH")
let _ =