Skip to content

Commit

Permalink
fix uncrustify complaints about previous patch
Browse files Browse the repository at this point in the history
cherry-picking the previous patch (9abf74c) picked the "raw patch"
as it came in from the mailing list, not the whitespace-fixed version
that ended up in master - so fix release/2.6 here.

Only whitespace changes.

Signed-off-by: Gert Doering <[email protected]>
  • Loading branch information
cron2 committed Jan 6, 2024
1 parent 9abf74c commit 9fb62e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/openvpn/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -1939,11 +1939,11 @@ add_route_ipv6(struct route_ipv6 *r6, const struct tuntap *tt,

#ifndef _WIN32
msg(D_ROUTE, "add_route_ipv6(%s/%d -> %s metric %d) dev %s",
network, r6->netbits, gateway, r6->metric, device );
network, r6->netbits, gateway, r6->metric, device );
#else
msg(D_ROUTE, "add_route_ipv6(%s/%d -> %s metric %d) IF %lu",
network, r6->netbits, gateway, r6->metric,
r6->adapter_index ? r6->adapter_index : tt->adapter_index);
network, r6->netbits, gateway, r6->metric,
r6->adapter_index ? r6->adapter_index : tt->adapter_index);
#endif

/*
Expand Down

0 comments on commit 9fb62e2

Please sign in to comment.