[Openvpn-devel,2/2] uncrustify: add sp_after_comma=add

Message ID 20220519085428.6783-3-frank@lichtenheld.com
State Accepted
Headers show
Series uncrustify: add sp_after_comma=add | expand

Commit Message

Frank Lichtenheld May 18, 2022, 10:54 p.m. UTC
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
---
 dev-tools/uncrustify.conf | 1 +
 1 file changed, 1 insertion(+)

Comments

Antonio Quartulli May 18, 2022, 11:03 p.m. UTC | #1
Hi,

On 19/05/2022 10:54, Frank Lichtenheld wrote:
> Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>

Acked-by: Antonio Quartulli <a@unstable.cc>
Gert Doering May 22, 2022, 1:11 a.m. UTC | #2
Good addition.  I have added the change to ignore the previous commit
from "git blame" (.git-blame-ignore-revs) into this commit - no need
for a 3rd one.

Your patch has been applied to the master branch.

commit 63ba6b27ceb5972947175624a6a6f4a83cf67d8e
Author: Frank Lichtenheld
Date:   Thu May 19 10:54:28 2022 +0200

     uncrustify: add sp_after_comma=add

     Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
     Acked-by: Antonio Quartulli <a@unstable.cc>
     Message-Id: <20220519085428.6783-3-frank@lichtenheld.com>
     URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24397.html
     Signed-off-by: Gert Doering <gert@greenie.muc.de>


--
kind regards,

Gert Doering

Patch

diff --git a/dev-tools/uncrustify.conf b/dev-tools/uncrustify.conf
index 25eb4cdd..27db8dda 100644
--- a/dev-tools/uncrustify.conf
+++ b/dev-tools/uncrustify.conf
@@ -36,6 +36,7 @@  sp_cond_question=add
 sp_bool=add
 sp_else_brace=add
 sp_brace_else=add
+sp_after_comma=add
 pos_arith=Lead
 pos_bool=Lead
 nl_func_type_name=add