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

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

Staging: bcm: PHSModule.c: Whitespace cleanup in PhsCompress()

parent a984b124
Loading
Loading
Loading
Loading
+6 −3
Original line number Original line Diff line number Diff line
@@ -773,8 +773,11 @@ static ULONG PhsCompress(IN void *pvContext,
	}
	}


	/* Compress Packet */
	/* Compress Packet */
	lStatus = phs_compress(pstPhsRule, (PUCHAR)pvInputBuffer,
	lStatus = phs_compress(pstPhsRule,
			(PUCHAR)pvOutputBuffer, pOldHeaderSize, pNewHeaderSize);
			       (PUCHAR)pvInputBuffer,
			       (PUCHAR)pvOutputBuffer,
			       pOldHeaderSize,
			       pNewHeaderSize);


	if (lStatus == STATUS_PHS_COMPRESSED) {
	if (lStatus == STATUS_PHS_COMPRESSED) {
		pstPhsRule->PHSModifiedBytes +=
		pstPhsRule->PHSModifiedBytes +=