Re: [Openvpn-devel] [PATCH 4/4] Simplified if statements for better readability

2019-04-01 Thread Gert Doering
Hi, On Mon, Apr 01, 2019 at 11:59:04AM -0400, Selva Nair wrote: > Finally, I'm not sure whether we still require patch authors to follow the > code formatting style or we automatically run uncrustify during merge. We have decided that all *core* authors are required to either run uncrustify or

Re: [Openvpn-devel] [PATCH 4/4] Simplified if statements for better readability

2019-04-01 Thread Selva Nair
Hi, On Mon, Apr 1, 2019 at 7:22 AM Christopher Schenk < csch...@mail.uni-paderborn.de> wrote: > --- > src/openvpn/tun.c | 58 --- > 1 file changed, 14 insertions(+), 44 deletions(-) > @@ -213,7 +213,7 @@ do_set_mtu_service(const struct tuntap *tt,

[Openvpn-devel] [PATCH 4/4] Simplified if statements for better readability

2019-04-01 Thread Christopher Schenk
--- src/openvpn/tun.c | 58 --- 1 file changed, 14 insertions(+), 44 deletions(-) diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c index 9fe8444f..20e661a7 100644 --- a/src/openvpn/tun.c +++ b/src/openvpn/tun.c @@ -69,7 +69,7 @@ static void