]> wimlib.net Git - wimlib/blobdiff - src/xpress.h
Remove more trailing whitespace
[wimlib] / src / xpress.h
index a4dd756072440f0f2f7fc534820e3ae3df9863d0..f957862616e44d7aa7024634d188e75d22a941cf 100644 (file)
@@ -20,7 +20,7 @@
 #define XPRESS_MIN_MATCH       3
 #define XPRESS_MAX_MATCH       255
 
-extern int xpress_decompress(const void *__compressed_data, uint compressed_len, 
+extern int xpress_decompress(const void *__compressed_data, uint compressed_len,
                             void *__uncompressed_data, uint uncompressed_len);
 
 extern int xpress_compress(const void *uncompressed_data, uint uncompressed_len,