summaryrefslogtreecommitdiffstats
path: root/common/lz_decompress_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_decompress_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_decompress_tmpl.c')
-rw-r--r--common/lz_decompress_tmpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/lz_decompress_tmpl.c b/common/lz_decompress_tmpl.c
index 46587ee..b0cbb2a 100644
--- a/common/lz_decompress_tmpl.c
+++ b/common/lz_decompress_tmpl.c
@@ -170,7 +170,7 @@
out->b = (out->b << 3) | ((out->b >> 2) & 0x07); \
out->pad = 0; \
out++; \
-}
+}
#endif
#endif