From 951010a2ec7656fb90afc16194152dd99a0e1f9e Mon Sep 17 00:00:00 2001 From: BenjaminTrapani Date: Thu, 18 Jan 2018 09:57:02 -0500 Subject: [PATCH] Add space after version to fix all unit tests besides sparse tests --- cat/bsdcat.c | 2 +- cpio/cpio.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cat/bsdcat.c b/cat/bsdcat.c index 9c91d09cc..bdb9c40b9 100644 --- a/cat/bsdcat.c +++ b/cat/bsdcat.c @@ -61,7 +61,7 @@ usage(FILE *stream, int eval) static void version(void) { - printf("bsdcat %s - %s\n", + printf("bsdcat %s - %s \n", BSDCAT_VERSION_STRING, archive_version_details()); exit(0); diff --git a/cpio/cpio.c b/cpio/cpio.c index e80a0f3bc..4b8ce7929 100644 --- a/cpio/cpio.c +++ b/cpio/cpio.c @@ -499,7 +499,7 @@ long_help(void) static void version(void) { - fprintf(stdout,"bsdcpio %s - %s\n", + fprintf(stdout,"bsdcpio %s - %s \n", BSDCPIO_VERSION_STRING, archive_version_details()); exit(0); -- 2.47.2