From 581c7ee208a921032b1c21003ae23c27bf4d49c0 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sat, 23 Mar 2024 15:08:50 +0100 Subject: arch/x86: Remove blank lines before '}' and after '{' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1bb4a052a4e74850660944b687c21e817eb437b2 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/81453 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai Reviewed-by: Jérémy Compostella --- src/arch/x86/memmove_32.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/arch/x86/memmove_32.c') diff --git a/src/arch/x86/memmove_32.c b/src/arch/x86/memmove_32.c index 387a77ed4a..7c2529d622 100644 --- a/src/arch/x86/memmove_32.c +++ b/src/arch/x86/memmove_32.c @@ -196,5 +196,4 @@ void *memmove(void *dest, const void *src, size_t n) : "memory"); return ret; - } -- cgit v1.2.3