aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-08-21 12:14:11 +0200
committerMartin Roth <martinroth@google.com>2016-08-23 15:45:46 +0200
commit0638b60590731a9cf3b1200ec6a1bc185085eb6c (patch)
tree3bd7539a0ac73a58b23c7dbfbd4bb6ce0349b0d2 /src/arch/arm
parent7f9df96825100059e3ee1bc78f8b7154441b2751 (diff)
arch/arm & arm64: Remove unnecessary whitespace before "\n"
Change-Id: Ibec78b25c0f330fc8517654761803e8abf203060 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16282 Tested-by: build bot (Jenkins) Reviewed-by: Omar Pakker Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/arch/arm')
-rw-r--r--src/arch/arm/div0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm/div0.c b/src/arch/arm/div0.c
index ce8f42aa57..afd9dad1f3 100644
--- a/src/arch/arm/div0.c
+++ b/src/arch/arm/div0.c
@@ -21,5 +21,5 @@ void __div0(void); // called from asm so no need for a prototype in a header
/* recursion is ok here because we have no formats ... */
void __div0 (void)
{
- printk(BIOS_EMERG, "DIVIDE BY ZERO! continuing ... \n");
+ printk(BIOS_EMERG, "DIVIDE BY ZERO! continuing ...\n");
}