From 08fafdbb33104b79eed937ec17eade4c41a0a8bc Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Fri, 10 May 2019 17:07:44 +0100 Subject: [PATCH] lz_decompress: Reindented comment Just space changes Signed-off-by: Frediano Ziglio Acked-by: Francesco Giudici --- common/lz_decompress_tmpl.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/lz_decompress_tmpl.c b/common/lz_decompress_tmpl.c index c393616..7e74d83 100644 --- a/common/lz_decompress_tmpl.c +++ b/common/lz_decompress_tmpl.c @@ -50,10 +50,10 @@ /* For each output pixel type the following macros are defined: - OUT_PIXEL - the output pixel type - COPY_PIXEL(p, out) - assigns the pixel to the place pointed by out and increases - out. Used in RLE. Need special handling because in alpha we - copy only the pad byte. + OUT_PIXEL - the output pixel type + COPY_PIXEL(p, out) - assigns the pixel to the place pointed by out and increases + out. Used in RLE. Need special handling because in alpha we + copy only the pad byte. COPY_REF_PIXEL(ref, out) - copies the pixel pointed by ref to the pixel pointed by out. Increases ref and out. COPY_COMP_PIXEL(encoder, out) - copies pixel from the compressed buffer to the decompressed