]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Selectively reformat too long lines
authorVladislav Grishenko <themiron@yandex-team.ru>
Thu, 24 Sep 2020 09:10:04 +0000 (14:10 +0500)
committerGert Doering <gert@greenie.muc.de>
Fri, 2 Oct 2020 18:52:54 +0000 (20:52 +0200)
commita5409c0d34bf02cacdee61d61ba7b3e1f72e132f
tree7653f485dfd67d0ba4c9ea7c03a3f196cda357fd
parent0f44a9080530df70410106c244e9efc7f2d8a802
Selectively reformat too long lines

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
reformatted as well.

v7: prefer line breaks before long string parameters
    reformat proto_names array

Signed-off-by: Vladislav Grishenko <themiron@yandex-team.ru>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <20200924091004.29065-1-themiron@yandex-team.ru>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg21083.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/init.c
src/openvpn/options.c
src/openvpn/socket.c