summaryrefslogtreecommitdiffstats
path: root/common/lz_compress_tmpl.c
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-01-10 15:26:55 +0000
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:25:55 +0100
commit95f2f77839f0c2a5e3450356c41eb53324cb765f (patch)
tree4265a47e278ee42264c59fa86dfcf5a5b1662487 /common/lz_compress_tmpl.c
parent14ca077df38122d3fd75ee356fc5ca121f21e188 (diff)
downloadspice-common-95f2f77839f0c2a5e3450356c41eb53324cb765f.tar.gz
spice-common-95f2f77839f0c2a5e3450356c41eb53324cb765f.tar.xz
spice-common-95f2f77839f0c2a5e3450356c41eb53324cb765f.zip
Remove trailing whitespace from end of lines
Diffstat (limited to 'common/lz_compress_tmpl.c')
-rw-r--r--common/lz_compress_tmpl.c2
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++;