Module Name: src
Committed By: christos
Date: Thu Dec 3 02:16:00 UTC 2015
Modified Files:
src/sbin/gpt: gpt.c
Log Message:
Add a space.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sbin/gpt/gpt.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/gpt/gpt.c
diff -u src/sbin/gpt/gpt.c:1.59 src/sbin/gpt/gpt.c:1.60
--- src/sbin/gpt/gpt.c:1.59 Wed Dec 2 21:02:43 2015
+++ src/sbin/gpt/gpt.c Wed Dec 2 21:16:00 2015
@@ -35,7 +35,7 @@
__FBSDID("$FreeBSD: src/sbin/gpt/gpt.c,v 1.16 2006/07/07 02:44:23 marcel Exp $");
#endif
#ifdef __RCSID
-__RCSID("$NetBSD: gpt.c,v 1.59 2015/12/03 02:02:43 christos Exp $");
+__RCSID("$NetBSD: gpt.c,v 1.60 2015/12/03 02:16:00 christos Exp $");
#endif
#include <sys/param.h>
@@ -1199,7 +1199,7 @@ gpt_show_num(const char *prompt, uintmax
printf("%s: %ju", prompt, num);
#ifdef HN_AUTOSCALE
if (human_num[0] != '\0')
- printf("(%s)", human_num);
+ printf(" (%s)", human_num);
#endif
printf("\n");
}