Skip to content

Commit 7974beb

Browse files
committed
indent
1 parent 79d06ea commit 7974beb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

xlp.ml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,10 @@ let decl_term_abbrev oc t (k,ntvs,bs) =
378378
string oc "symbol "; string oc n;
379379
if ntvs > 0 then
380380
begin
381-
raw_update_tvs_map n ntvs;
382-
string oc " (a0";
383-
for i=1 to ntvs-1 do string oc " a"; int oc i done;
384-
string oc " : Set)"
381+
raw_update_tvs_map n ntvs;
382+
string oc " (a0";
383+
for i=1 to ntvs-1 do string oc " a"; int oc i done;
384+
string oc " : Set)"
385385
end;
386386
let decl_var i b =
387387
string oc " (x"; int oc i; string oc ": El "; abbrev_typ oc b; char oc ')'

0 commit comments

Comments
 (0)