[rtems commit] version.c: Add space so printing is neater
Gedare Bloom
gedare at rtems.org
Thu Mar 3 21:43:04 UTC 2016
Module: rtems
Branch: master
Commit: e56266cb3e3290804ce708195801e70d3069e9a1
Changeset: http://git.rtems.org/rtems/commit/?id=e56266cb3e3290804ce708195801e70d3069e9a1
Author: Joel Sherrill <joel at rtems.org>
Date: Fri Jan 22 19:58:33 2016 -0600
version.c: Add space so printing is neater
---
c/src/support/version.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/c/src/support/version.c b/c/src/support/version.c
index a1ed752..4caf0bd 100644
--- a/c/src/support/version.c
+++ b/c/src/support/version.c
@@ -23,4 +23,4 @@
#endif
const char _RTEMS_version[] =
- "rtems-" RTEMS_VERSION "(" CPU_NAME "/" CPU_MODEL_NAME "/" RTEMS_BSP ")";
+ "rtems-" RTEMS_VERSION " (" CPU_NAME "/" CPU_MODEL_NAME "/" RTEMS_BSP ")";
More information about the vc
mailing list