summaryrefslogtreecommitdiff
path: root/debugger/envaux.ml
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2010-01-22 12:48:24 +0000
committerDamien Doligez <damien.doligez-inria.fr>2010-01-22 12:48:24 +0000
commit04b1656222698bd7e92f213e9a718b7a4185643a (patch)
tree6186d1ba1e00adb1232908f95cb92c299902a943 /debugger/envaux.ml
parentbdc0fadee2dc9669818955486b4c3497016edda5 (diff)
downloadocaml-04b1656222698bd7e92f213e9a718b7a4185643a.tar.gz
clean up spaces and tabs
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9547 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'debugger/envaux.ml')
-rw-r--r--debugger/envaux.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugger/envaux.ml b/debugger/envaux.ml
index 7f74ecbf7f..8d462e2f87 100644
--- a/debugger/envaux.ml
+++ b/debugger/envaux.ml
@@ -60,7 +60,7 @@ let rec env_from_summary sum subst =
let env = env_from_summary s subst in
let path' = Subst.module_path subst path in
let mty =
- try
+ try
Env.find_module path' env
with Not_found ->
raise (Error (Module_not_found path'))