mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-22 23:04:29 +00:00
Run make format
This commit is contained in:
+4
-1
@@ -353,7 +353,10 @@ static std::pair<std::vector<size_t>, std::vector<Palette>>
|
||||
// local binding declared in enclosing function") is not sufficiently supported by clang.
|
||||
verboseDo(VERB_INFO, [&mappingsV = mappings, &nbPalettesV = nbPalettes]() {
|
||||
fprintf(
|
||||
stderr, "Color set mappings: (%zu palette%s)\n", nbPalettesV, nbPalettesV != 1 ? "s" : ""
|
||||
stderr,
|
||||
"Color set mappings: (%zu palette%s)\n",
|
||||
nbPalettesV,
|
||||
nbPalettesV != 1 ? "s" : ""
|
||||
);
|
||||
for (size_t i = 0; i < mappingsV.size(); ++i) {
|
||||
fprintf(stderr, "%zu -> %zu\n", i, mappingsV[i]);
|
||||
|
||||
Reference in New Issue
Block a user