From 01a5a277c32c717a206900157f0e177fee0615a1 Mon Sep 17 00:00:00 2001 From: Stephen Paine <16stevetp@gmail.com> Date: Tue, 26 Apr 2022 21:06:44 +0200 Subject: [PATCH] Update rsmain.cpp Minor format change --- src/rsmain.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rsmain.cpp b/src/rsmain.cpp index a7449fa..8850de9 100644 --- a/src/rsmain.cpp +++ b/src/rsmain.cpp @@ -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))