aboutsummaryrefslogtreecommitdiff
path: root/src/tapctl/main.c
diff options
context:
space:
mode:
authorDavid Sommerseth2022-04-20 16:30:50 +0200
committerGert Doering2022-04-21 09:31:13 +0200
commitabe49856d81f51136d543539202a0bf8fb946474 (patch)
tree9f69ee496ba9d176531d8f352236aa9c6cf0c8db /src/tapctl/main.c
parent9febbcbbcf3b1a786a1e77145d30a43eb7996dc4 (diff)
downloadopenvpn-abe49856d81f51136d543539202a0bf8fb946474.zip
openvpn-abe49856d81f51136d543539202a0bf8fb946474.tar.gz
The Great Reformatting of 2022
It was agreed it was time to do a full reformat fix-up of the whole source tree again. Over time (since late 2016) small changes has not adhered to our uncrustify defined coding style. This realigns to our current standards. Signed-off-by: David Sommerseth <davids@openvpn.net> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20220420143050.52790-1-openvpn@sf.lists.topphemmelig.net> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24123.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'src/tapctl/main.c')
-rw-r--r--src/tapctl/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tapctl/main.c b/src/tapctl/main.c
index b44c642..df73a96 100644
--- a/src/tapctl/main.c
+++ b/src/tapctl/main.c
@@ -187,8 +187,7 @@ _tmain(int argc, LPCTSTR argv[])
{
szName = argv[++i];
}
- else
- if (_tcsicmp(argv[i], TEXT("--hwid")) == 0)
+ else if (_tcsicmp(argv[i], TEXT("--hwid")) == 0)
{
szHwId = argv[++i];
}