Skip to content

Commit

Permalink
cleanup whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Oct 15, 2024
1 parent 12ed2b2 commit 9156d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dispatcher.ml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ struct
let* cleanup = add_client get_ts dns_client dns_servers ~router key ipaddr qubesDB in
Log.debug (fun f -> f "client %a arrived" Dao.ClientVif.pp key);
clients := Dao.VifMap.add key cleanup !clients;
go seq
go seq
| Some (_, seq) -> go seq
in
go (Dao.VifMap.to_seq new_set)
Expand Down

0 comments on commit 9156d58

Please sign in to comment.