Skip to content

Commit 7e53db7

Browse files
committed
Fix formatting bug
1 parent 359f211 commit 7e53db7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/OpenFlow0x01_Stats.ml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ module Format = struct
8282
v.total_packet_count v.total_byte_count v.flow_count
8383

8484
let portStats fmt v =
85-
fprintf fmt "@[{@[@port_no=%d@ \
86-
rx_packets=%Ld@ tx_packets=%Ld@ \
87-
rx_bytes=%Ld@ tx_bytes=%Ld@ \
88-
rx_dropped=%Ld@ tx_dropped=%Ld@ \
89-
rx_errors=%Ld@ tx_errors=%Ld@ \
90-
rx_frame_err=%Ld@ rx_over_err=%Ld@ rx_crc_err=%Ld@ \
91-
collisions=%Ld@]}@]"
85+
fprintf fmt "@[{@[port_no=%d@ \
86+
rx_packets=%Ld@ tx_packets=%Ld@ \
87+
rx_bytes=%Ld@ tx_bytes=%Ld@ \
88+
rx_dropped=%Ld@ tx_dropped=%Ld@ \
89+
rx_errors=%Ld@ tx_errors=%Ld@ \
90+
rx_frame_err=%Ld@ rx_over_err=%Ld@ rx_crc_err=%Ld@ \
91+
collisions=%Ld@]}@]"
9292
v.port_no
9393
v.rx_packets v.tx_packets
9494
v.rx_bytes v.tx_bytes

0 commit comments

Comments
 (0)