Run clang-format

This commit is contained in:
Rangi42
2024-09-25 13:15:58 -04:00
parent 7c74653aa1
commit 8037b9e10a
4 changed files with 8 additions and 5 deletions

View File

@@ -389,7 +389,9 @@ void reverse() {
palmap = readInto(options.palmap);
if (palmap->size() != mapSize) {
fatal(
"Palette map size (%zu tiles) doesn't match image size (%zu)", palmap->size(), mapSize
"Palette map size (%zu tiles) doesn't match image size (%zu)",
palmap->size(),
mapSize
);
}
}