1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-11-05 22:17:16 +00:00

Remove various instances of ';;'.

This commit is contained in:
Thomas Harte
2024-02-12 14:23:54 -05:00
parent 3d2d9ac45e
commit f14e45f93e
7 changed files with 7 additions and 7 deletions

View File

@@ -562,7 +562,7 @@ int main(int argc, char *argv[]) {
}
std::cout << "." << std::endl << std::endl;
std::cout << "Further machine options:" << std::endl << std::endl;;
std::cout << "Further machine options:" << std::endl << std::endl;
const auto targets = Machine::TargetsByMachineName(false);
const auto runtime_options = Machine::AllOptionsByMachineName();