From e363feb515d16fb95c4f21519396459e79e5b45c Mon Sep 17 00:00:00 2001 From: Zoltan Szabadka Date: Mon, 8 Jul 2024 08:15:33 +0000 Subject: [PATCH] Clang-format --- tools/ssimulacra2_main.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/ssimulacra2_main.cc b/tools/ssimulacra2_main.cc index 91e20aa6..a6d8716a 100644 --- a/tools/ssimulacra2_main.cc +++ b/tools/ssimulacra2_main.cc @@ -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;