Message-
> From: Antonio Quartulli
> Sent: Thursday, September 24, 2020 1:12 PM
> To: Vladislav Grishenko ; openvpn-
> de...@lists.sourceforge.net
> Subject: Re: [Openvpn-devel] [PATCH v6 1/2] Selectively reformat too long
> lines
>
> Hi,
>
> On 20/09
Hi,
On 20/09/2020 22:57, Vladislav Grishenko wrote:
> @@ -3170,7 +3179,7 @@ static const struct proto_names proto_names[] = {
> {"udp6","UDPv6", AF_INET6, PROTO_UDP},
> {"tcp6-server","TCPv6_SERVER", AF_INET6, PROTO_TCP_SERVER},
> {"tcp6-client","TCPv6_CLIENT", AF_INET6, PROTO_TCP_C
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.
Signed-off-by: Vladislav Grishenko
---
src/openvpn/init.c| 3 ++-
src/op