Re: acme-client: another trivial accessor conversion

2021-11-22 Thread Claudio Jeker
On Mon, Nov 22, 2021 at 12:18:37AM +0100, Theo Buehler wrote: > bio->num_write aka BIO_number_written(bio). Straightforward. The main > reason I'm asking is that keeping the two else results in overlong lines > and awkward line wrapping. So I decided to drop them hoping that's > acceptable. Otherwi

Re: acme-client: another trivial accessor conversion

2021-11-21 Thread Florian Obser
I'm not a huge fan of these long if else if chains in this code base, so fine by me. OK On 2021-11-22 00:18 +01, Theo Buehler wrote: > bio->num_write aka BIO_number_written(bio). Straightforward. The main > reason I'm asking is that keeping the two else results in overlong lines > and awkward lin

acme-client: another trivial accessor conversion

2021-11-21 Thread Theo Buehler
bio->num_write aka BIO_number_written(bio). Straightforward. The main reason I'm asking is that keeping the two else results in overlong lines and awkward line wrapping. So I decided to drop them hoping that's acceptable. Otherwise please tell me the preferred way to wrap the lines in this part of