remove trailing spaces from bc9c47d5

This commit is contained in:
Yukihiro "Matz" Matsumoto
2015-09-03 01:39:17 +09:00
parent c6aa87c837
commit 7b5f8b0728
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -529,7 +529,7 @@ read_binary_header(const uint8_t *bin, size_t *bin_size, uint16_t *crc, uint8_t
else if (memcmp(header->binary_ident, RITE_BINARY_IDENT_LIL, sizeof(header->binary_ident)) == 0) {
if (bigendian_p())
*flags |= FLAG_BYTEORDER_LIL;
else
else
*flags |= FLAG_BYTEORDER_NATIVE;
}
else {