Re: [Openvpn-devel] [PATCH v7] Selectively reformat too long lines

2020-10-01 Thread Arne Schwabe
Am 24.09.20 um 11:10 schrieb Vladislav Grishenko: > Per https://community.openvpn.net/openvpn/wiki/CodeStyle the maximum line > length is 80 characters. This patch allows to split upcoming changes into > CodeStyle-conformant (w/o real code change) and more feature-specific. > Upcoming changes adds

[Openvpn-devel] [PATCH v7] Selectively reformat too long lines

2020-09-24 Thread Vladislav Grishenko
Per https://community.openvpn.net/openvpn/wiki/CodeStyle the maximum line length is 80 characters. This patch allows to split upcoming changes into CodeStyle-conformant (w/o real code change) and more feature-specific. Upcoming changes adds new PROTO_AUTO, so existing proto_names array is reformatt