Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Jun 10, 2015
1 parent f9f491c commit ca33ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcp/pcb.ml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ struct
}

let pp_stats fmt t =
Log.pf fmt "[channels=%d listens=%d connects=%d]"
Log.pf fmt "[channels=%d listens=%d connects=%d]"
(Hashtbl.length t.channels)
(Hashtbl.length t.listens)
(Hashtbl.length t.connects)
Expand Down

0 comments on commit ca33ad1

Please sign in to comment.