summaryrefslogtreecommitdiffstats
path: root/server/glz_encoder.h
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-10-07 17:15:51 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-10-19 14:25:36 +0200
commit31eb8eeecbd1839180bf994e4ec1808bc71aad46 (patch)
treef9568f756071204e8b38fa6d0276c1a5a54b8e89 /server/glz_encoder.h
parent8dd21e58209bdbe682b54c93aa20c41a46c2dc09 (diff)
downloadspice-31eb8eeecbd1839180bf994e4ec1808bc71aad46.tar.gz
spice-31eb8eeecbd1839180bf994e4ec1808bc71aad46.tar.xz
spice-31eb8eeecbd1839180bf994e4ec1808bc71aad46.zip
syntax-check: Don't use tabs for indentation
Diffstat (limited to 'server/glz_encoder.h')
-rw-r--r--server/glz_encoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/glz_encoder.h b/server/glz_encoder.h
index 34c363a3..e91f5156 100644
--- a/server/glz_encoder.h
+++ b/server/glz_encoder.h
@@ -42,7 +42,7 @@ void glz_encoder_destroy(GlzEncoderContext *opaque_encoder);
return: the number of bytes in the compressed data and sets o_enc_dict_context
- NOTE : currently supports only rgb images in which width*bytes_per_pixel = stride OR
+ NOTE : currently supports only rgb images in which width*bytes_per_pixel = stride OR
palette images in which stride equals the min number of bytes to hold a line.
The stride should be > 0
*/