From e0320b8aa6ced23953165419da3dfc9fa250cbea Mon Sep 17 00:00:00 2001 From: Amaury Denoyelle Date: Fri, 11 Mar 2022 19:12:23 +0100 Subject: [PATCH] CLEANUP: mux-quic: change comment style to not mess with git conflict Remove "=======" symbols from the MUX buffer diagram. This is useful to not mess with git conflict markers when resolving a conflict. --- src/mux_quic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mux_quic.c b/src/mux_quic.c index 87be58c68..9dc4c40de 100644 --- a/src/mux_quic.c +++ b/src/mux_quic.c @@ -367,9 +367,9 @@ static int qcs_push_frame(struct qcs *qcs, struct buffer *out, * QCS out buffer diagram * head left to_xfer * -------------> ----------> -----> - * ================================================== + * -------------------------------------------------- * |...............|xxxxxxxxxxx|<<<<< - * ================================================== + * -------------------------------------------------- * ^ ack-off ^ sent-off ^ off * * STREAM frame -- 2.47.3