Skip to content

Commit

Permalink
Add space after version to fix all unit tests besides sparse tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminTrapani committed Jan 20, 2018
1 parent 2b36161 commit 951010a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cat/bsdcat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion cpio/cpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 951010a

Please sign in to comment.