Skip to content

Commit

Permalink
Clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
szabadka committed Jul 8, 2024
1 parent 59a64a6 commit e363feb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/ssimulacra2_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ int main(int argc, char** argv) {
fprintf(stderr, "Could not load %s image: %s\n", purpose[i], argv[1 + i]);
return 1;
}
if (!jxl::extras::DecodeBytes(
jxl::Bytes(encoded), jxl::extras::ColorHints(),
&ppf[i])) {
if (!jxl::extras::DecodeBytes(jxl::Bytes(encoded),
jxl::extras::ColorHints(), &ppf[i])) {
fprintf(stderr, "Could not decode %s image: %s\n", purpose[i],
argv[1 + i]);
return 1;
Expand Down

0 comments on commit e363feb

Please sign in to comment.