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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user