From 68fddbe21ec21685885b2dd0cdfd5989e254d807 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Thu, 18 Nov 2021 23:14:46 +0100 Subject: nxcomp: delete trailing whitespace --- nxcomp/src/Alpha.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nxcomp/src/Alpha.cpp') diff --git a/nxcomp/src/Alpha.cpp b/nxcomp/src/Alpha.cpp index 6157e21e5..a1e2e05e1 100644 --- a/nxcomp/src/Alpha.cpp +++ b/nxcomp/src/Alpha.cpp @@ -126,7 +126,7 @@ int UnpackAlpha(T_alpha *alpha, unsigned char *dst_data, } shift = (big_endian == 1 ? 0 : 3); - + for (i = 0; i < count; i++) { *(dst_data + shift) = *(alpha -> data + i); -- cgit v1.2.3