Run clang-format 14 on everything

Later versions may need some proprties added or changed to not
format closing braces weirdly.
This commit is contained in:
Rangi42
2024-03-28 09:17:27 -04:00
parent 20b7b591d4
commit cf7bdb19b6
3 changed files with 9 additions and 10 deletions

View File

@@ -156,7 +156,7 @@ void reverse() {
std::vector<std::array<std::optional<Rgba>, 4>> palettes{
{Rgba(0xFFFFFFFF), Rgba(0xAAAAAAFF), Rgba(0x555555FF), Rgba(0x000000FF)}
};
};
// If a palette file is used as input, it overrides the default colors.
if (!options.palettes.empty()) {
File file;