Skip to content

Commit

Permalink
Reindent
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Evans committed May 12, 2024
1 parent 1c95899 commit 9687176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/bin/hocc/ielr1.ml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ let close_stable ~resolve io symbols prods lalr1_isocores lalr1_states adjs ~lal
(split_unstable, stability_deps_indexes_opt)
end in
let rec work ~resolve io symbols prods lalr1_isocores lalr1_states adjs ~lalr1_transit_attribs
~stable stability_deps ~unstable churn workq = begin
~stable stability_deps ~unstable churn workq = begin
(* Terminate work if all workq items have been considered since the last forward progress. This
* conveniently also terminates if the workq empties. *)
match churn < Workq.length workq with
Expand Down

0 comments on commit 9687176

Please sign in to comment.