Run clang-format

This commit is contained in:
ISSOtm
2024-07-26 22:51:52 +02:00
committed by Sylvie
parent dae4219acd
commit 98bca79df4
3 changed files with 16 additions and 11 deletions

View File

@@ -835,7 +835,8 @@ int main(int argc, char *argv[]) {
} else {
process();
}
} else if (!options.palettes.empty() && options.palSpecType == Options::EXPLICIT && !options.reverse()) {
} else if (!options.palettes.empty() && options.palSpecType == Options::EXPLICIT
&& !options.reverse()) {
processPalettes();
} else {
fputs("FATAL: No input image specified\n", stderr);