]> git.ipfire.org Git - thirdparty/openvpn.git/commit
dev-tools: Remove uncrustify -p
authorDavid Sommerseth <davids@openvpn.net>
Wed, 20 Apr 2022 12:13:21 +0000 (14:13 +0200)
committerGert Doering <gert@greenie.muc.de>
Thu, 21 Apr 2022 07:27:18 +0000 (09:27 +0200)
commitfbd81db5f6d5b9b9d86ed3ca198bfffb478f2508
treef2ce31c203b7086b216b6ba073c712052ed4674a
parentc5c68210c5a38b6ff03d3489aadc519e9a5dd855
dev-tools: Remove uncrustify -p

The -p option to uncrustify was providing debug information about
decisions done by uncrustify.  This was useful when debugging why
certain formatting choices.

With newer versions of uncrustify the -p option can only be used on
individual files and not a list of files.  Since still supporting this
would require a bigger rewrite of reformat-all.sh, it was chosen to
instead remove the usage of this option.  If certain behaviours needs to
be debugged, running uncrustify on individual files directly will work
fine anyhow.

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20220420121322.42732-2-openvpn@sf.lists.topphemmelig.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24120.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
dev-tools/reformat-all.sh