Add newline for consistency

This commit is contained in:
Marcus Holland-Moritz 2023-07-12 14:49:35 +02:00
parent 7931585746
commit a1b24ab205

View File

@ -116,7 +116,7 @@ int SYS_MAIN(int argc, sys_char** argv) {
<< " --tool=<name> "
"which tool to run; available tools are:\n"
<< " "
<< tools << "\n";
<< tools << "\n\n";
// clang-format on
return 0;