[PATCH 2/3] sandbox: fix whitespaces in board file
Alexander Aring
alex.aring at googlemail.com
Mon Sep 3 02:18:07 EDT 2012
Fix whitespaces in board file.
Signed-off-by: Alexander Aring <alex.aring at gmail.com>
---
arch/sandbox/board/board.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/sandbox/board/board.c b/arch/sandbox/board/board.c
index d2f0667..6bccd2c 100644
--- a/arch/sandbox/board/board.c
+++ b/arch/sandbox/board/board.c
@@ -29,7 +29,7 @@
static struct device_d tap_device = {
.id = DEVICE_ID_DYNAMIC,
- .name = "tap",
+ .name = "tap",
};
static int devices_init(void)
--
1.7.12
More information about the barebox
mailing list