Run clang-format

This commit is contained in:
ISSOtm
2024-08-02 22:36:33 -04:00
committed by Sylvie
parent dae4219acd
commit 98bca79df4
3 changed files with 16 additions and 11 deletions
+2 -1
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);