From 875f7776c67342922ae22661ea311a625fba79ad Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 14 Dec 2018 15:28:31 -0500 Subject: [PATCH] small whitespace adjustment --- src/info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info.cpp b/src/info.cpp index 20ad2a4b8b..ec4e3ce9a9 100644 --- a/src/info.cpp +++ b/src/info.cpp @@ -264,7 +264,7 @@ void Info::command(int narg, char **arg) universe->version, universe->num_ver); char *infobuf = get_os_info(); - fprintf(out,"\nOS information: %s\n",infobuf); + fprintf(out,"OS information: %s\n\n",infobuf); delete[] infobuf; fprintf(out,"sizeof(smallint): %3d-bit\n",(int)sizeof(smallint)*8);