From 24ce2e27b47d3ad460680e02514f5bdbd4628724 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 28 Jan 2015 01:27:59 +0100 Subject: Remove trailing whitespace errors from all files --- include/endianness.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/endianness.h') diff --git a/include/endianness.h b/include/endianness.h index 9dfcd0c..585e768 100644 --- a/include/endianness.h +++ b/include/endianness.h @@ -66,7 +66,7 @@ | (((x) & 0x00000000FF000000ull) << 8) \ | (((x) & 0x0000000000FF0000ull) << 24) \ | (((x) & 0x000000000000FF00ull) << 40) \ - | (((x) & 0x00000000000000FFull) << 56)) + | (((x) & 0x00000000000000FFull) << 56)) #endif #ifndef htobe64 -- cgit v1.1-32-gdbae