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 | 68c2897e5bc910151ab5f6c1c06299ae7e60c678 (patch) | |
tree | 310c8fe12f509c67d350a74b0ecfefc363bb6843 /common/lz_compress_tmpl.c | |
parent | 51f1ad54ad51cdf202566f26e7d29082a3c577ed (diff) |
Remove trailing whitespace from end of lines
Diffstat (limited to 'common/lz_compress_tmpl.c')
-rw-r--r-- | common/lz_compress_tmpl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/lz_compress_tmpl.c b/common/lz_compress_tmpl.c index ea878ff..6db5387 100644 --- a/common/lz_compress_tmpl.c +++ b/common/lz_compress_tmpl.c @@ -296,7 +296,7 @@ match: // RLE or dictionary (both are encoded by distance from ref (-1) a PIXEL x = *ref; while ((ip < ip_bound) && (ref < ref_limit)) { // TODO: maybe separate a run from // the same seg or from different - // ones in order to spare + // ones in order to spare // ref < ref_limit if (!SAME_PIXEL(*ref, x)) { ref++; |