Move get_unaligned_le32() macros to platform.h
[oweals/busybox.git] / archival / libarchive / lzo1x_9x.c
index 2b490ae83e5840035a46a7429ec3a45e9f33f8f1..09ee4ba5c3b16885bdd3f89e473192d2ff956afd 100644 (file)
@@ -71,7 +71,6 @@ typedef struct {
        uint8_t *out;
 
        unsigned r1_lit;
-
 } lzo1x_999_t;
 
 #define getbyte(c)  ((c).ip < (c).in_end ? *((c).ip)++ : (-1))