aboutsummaryrefslogtreecommitdiff
path: root/src/lib/version.c
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2016-07-11 09:01:22 +0200
committerMartin Roth <martinroth@google.com>2016-07-15 00:10:50 +0200
commit3030eaf55ee9acea7814be66346c521babfb7738 (patch)
tree8cf30e178fa11883e999a7fa83d13fb021c8d932 /src/lib/version.c
parent585c781323c5dcffc8c753c0ff30449dea2f00e5 (diff)
lib/version: Correct whitespace alignment
Remove and add spaces for a consistent alignment. Change-Id: I612800cd60d97f50737c235465d7d0a87f2251a8 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: https://review.coreboot.org/15596 Tested-by: build bot (Jenkins) Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Diffstat (limited to 'src/lib/version.c')
-rw-r--r--src/lib/version.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/version.c b/src/lib/version.c
index b707e8c21e..63235b3262 100644
--- a/src/lib/version.c
+++ b/src/lib/version.c
@@ -5,21 +5,21 @@
#error CONFIG_MAINBOARD_VENDOR not defined
#endif
#ifndef CONFIG_MAINBOARD_PART_NUMBER
-#error CONFIG_MAINBOARD_PART_NUMBER not defined
+#error CONFIG_MAINBOARD_PART_NUMBER not defined
#endif
#ifndef COREBOOT_VERSION
-#error COREBOOT_VERSION not defined
+#error COREBOOT_VERSION not defined
#endif
#ifndef COREBOOT_BUILD
-#error COREBOOT_BUILD not defined
+#error COREBOOT_BUILD not defined
#endif
#ifndef COREBOOT_COMPILE_TIME
-#error COREBOOT_COMPILE_TIME not defined
+#error COREBOOT_COMPILE_TIME not defined
#endif
-#ifndef COREBOOT_EXTRA_VERSION
+#ifndef COREBOOT_EXTRA_VERSION
#define COREBOOT_EXTRA_VERSION ""
#endif
@@ -31,8 +31,8 @@ const char coreboot_extra_version[] = COREBOOT_EXTRA_VERSION;
const char coreboot_build[] = COREBOOT_BUILD;
const unsigned int coreboot_version_timestamp = COREBOOT_VERSION_TIMESTAMP;
-const char coreboot_compile_time[] = COREBOOT_COMPILE_TIME;
-const char coreboot_dmi_date[] = COREBOOT_DMI_DATE;
+const char coreboot_compile_time[] = COREBOOT_COMPILE_TIME;
+const char coreboot_dmi_date[] = COREBOOT_DMI_DATE;
const struct bcd_date coreboot_build_date = {
.century = 0x20,