# HG changeset patch # User diego # Date 1176465774 0 # Node ID 1a8865f72b0449d1baf5cd39a1735a2bba748f49 # Parent 841ecebff8c8fcb0151c2cf4ec9e95ad86c6be81 cosmetics: Fix indentation. diff -r 841ecebff8c8 -r 1a8865f72b04 tiffenc.c --- a/tiffenc.c Fri Apr 13 07:50:04 2007 +0000 +++ b/tiffenc.c Fri Apr 13 12:02:54 2007 +0000 @@ -332,8 +332,8 @@ j += s->subsampling[1] - 1; } else - memcpy(zbuf + j * bytes_per_row, - p->data[0] + j * p->linesize[0], bytes_per_row); + memcpy(zbuf + j * bytes_per_row, + p->data[0] + j * p->linesize[0], bytes_per_row); zn += bytes_per_row; } n = encode_strip(s, zbuf, ptr, zn, s->compr);