diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2012-01-10 15:26:55 +0000 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2012-01-13 18:11:59 +0200 |
commit | 3e50b41dc2916ae1bdfa303b7de27f4581b00d23 (patch) | |
tree | 4beda4803ab740e3ddd00033c7c54426ff5c222d /lz.c | |
parent | 38ee339bd85c4457a28f75a8a3c322e05344b01a (diff) |
Remove trailing whitespace from end of lines
Diffstat (limited to 'lz.c')
-rw-r--r-- | lz.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -439,7 +439,7 @@ typedef uint16_t rgb16_pixel_t; #define COMP_LEVEL_SIZE_LIMIT 65536 // TODO: implemented lz2. should lz1 be an option (no RLE + distance limitation of MAX_DISTANCE) -// TODO: I think MAX_FARDISTANCE can be changed easily to 2^29 +// TODO: I think MAX_FARDISTANCE can be changed easily to 2^29 // (and maybe even more when pixel > byte). // i.e. we can support 512M Bytes/Pixels distance instead of only ~68K. #define MAX_DISTANCE 8191 // 2^13 |