Re: [Openvpn-devel] [PATCH] tun.c: uncrustify

2020-02-05 Thread Lev Stipakov
I trust uncrustify to do the right thing :) Compiled, smoke-tested. Note to committer: this patch should be applied before https://patchwork.openvpn.net/patch/978/ (wintun: upgrade error message in case of ring registration failure). Acked-by: Lev Stipakov

[Openvpn-devel] [PATCH] tun.c: uncrustify

2020-02-05 Thread Simon Rozman
Signed-off-by: Simon Rozman --- src/openvpn/tun.c | 117 +++--- src/openvpn/tun.h | 8 ++-- 2 files changed, 63 insertions(+), 62 deletions(-) diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c index 070b0fa0..47c3088d 100644 --- a/src/openvpn/tun.c +++