aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/src/Alpha.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nxcomp/src/Alpha.cpp')
-rw-r--r--nxcomp/src/Alpha.cpp2
1 files changed, 1 insertions, 1 deletions
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);