Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dca9fe7b authored by Matthias Beyer's avatar Matthias Beyer Committed by Greg Kroah-Hartman
Browse files

Staging: bcm: IPv6Protocol.c: Whitespace cleanup



Removes whitespace before semicolons and add blank line after
declaration.

Signed-off-by: default avatarMatthias Beyer <mail@beyermatthias.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bb769724
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -356,7 +356,6 @@ static bool MatchDestIpv6Address(struct bcm_classifier_rule *pstClassifierRule,
	 */
	UINT uiCountIPDestinationAddresses = (UINT)pstClassifierRule->ucIPDestinationAddressLength;


	if (uiCountIPDestinationAddresses == 0)
		return TRUE;