Skip to content

Commit

Permalink
Update rsmain.cpp
Browse files Browse the repository at this point in the history
Minor format change
  • Loading branch information
stpaine authored Apr 26, 2022
1 parent 25cfc28 commit 01a5a27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rsmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
/// FERS main function
int main(int argc, char *argv[])
{
rsDebug::printf(rsDebug::RS_CRITICAL, "/-------------------------------------------------\\\n");
rsDebug::printf(rsDebug::RS_CRITICAL, "| FERS - The Flexible Extensible Radar Simulator |\n");
rsDebug::printf(rsDebug::RS_CRITICAL, "| Version 0.28 |\n");
rsDebug::printf(rsDebug::RS_CRITICAL, "/------------------------------------------------\\\n");
rsDebug::printf(rsDebug::RS_CRITICAL, "| FERS - The Flexible Extensible Radar Simulator |\n");
rsDebug::printf(rsDebug::RS_CRITICAL, "| Version 0.28 |\n");
rsDebug::printf(rsDebug::RS_CRITICAL, "\\------------------------------------------------/\n\n");

if (argc != 2 || !strncmp(argv[1], "--help", 6))
Expand Down

0 comments on commit 01a5a27

Please sign in to comment.