]> 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 19:11:24 +0000 (21:11 +0200)
commitc055e28654f340c617a2b0eece7fa28c79c1a9fc
tree1f012a8d2e81adeb6232829e7179ea7c2148d118
parent156db76f6670cb2645aaebf036d91ad4020d8aae
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>
(cherry picked from commit a5409c0d34bf02cacdee61d61ba7b3e1f72e132f)
src/openvpn/init.c
src/openvpn/options.c
src/openvpn/socket.c