Skip to content

Commit

Permalink
code reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Grok Compression committed Sep 21, 2024
1 parent acce979 commit 9a35b98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/core/codestream/CodeStreamDecompress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,7 @@ bool CodeStreamDecompress::decompressTiles(void)
// 3. T2 + T1 decompress
// once we schedule a processor for T1 compression, we will destroy it
// regardless of success or not
auto exec = [this, processor, numTilesToDecompress, &numTilesDecompressed,
&success] {
auto exec = [this, processor, numTilesToDecompress, &numTilesDecompressed, &success] {
if(success)
{
if(!processor->decompressT2T1(outputImage_))
Expand Down

0 comments on commit 9a35b98

Please sign in to comment.