mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Fixed formatting
This commit is contained in:
@@ -161,7 +161,7 @@ ExportResult DListCodeExporter::Export(std::ostream &write, std::shared_ptr<IPar
|
||||
gfxd_execute();
|
||||
write << std::string(out);
|
||||
if(end == offset){
|
||||
write << tab_t << "}\n";
|
||||
write << fourSpaceTab << "}\n";
|
||||
write << "};\n";
|
||||
if (Companion::Instance->IsDebug()) {
|
||||
write << "// count: " << std::to_string(sz / 8) << " Gfx\n";
|
||||
@@ -169,7 +169,7 @@ ExportResult DListCodeExporter::Export(std::ostream &write, std::shared_ptr<IPar
|
||||
write << "\n";
|
||||
}
|
||||
} else {
|
||||
write << tab_t << "},\n";
|
||||
write << fourSpaceTab << "},\n";
|
||||
}
|
||||
} else {
|
||||
gfxd_puts(("Gfx " + symbol + "[] = {\n").c_str());
|
||||
|
||||
Reference in New Issue
Block a user