libpayload: remove trailing whitespace and run dos2unix
[coreboot.git] / payloads / libpayload / include / lzma.h
index 35f4c02c46cf52418a2074faec7a0af2d4a6fe7a..5be6f43935fb1a6c58189eb024164858b8dd8112 100644 (file)
@@ -32,7 +32,7 @@
 
 /* decompresses the data stream at src to dst, determining its length from
  * the data stream itself.
- * 
+ *
  * returns the decompressed size, or 0 on error
  */
 unsigned long ulzma(unsigned char *src, unsigned char *dst);