summaryrefslogtreecommitdiff
path: root/src/arch/x86/memmove_32.c
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-03-23 15:08:50 +0100
committerElyes Haouas <ehaouas@noos.fr>2024-03-30 07:41:32 +0000
commit581c7ee208a921032b1c21003ae23c27bf4d49c0 (patch)
tree30b45397e759d101f493ac07ad7179c2f53bcf8b /src/arch/x86/memmove_32.c
parentd293b20b840037211d9b43ded17901354e5204ad (diff)
arch/x86: Remove blank lines before '}' and after '{'
Change-Id: I1bb4a052a4e74850660944b687c21e817eb437b2 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81453 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com> Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com>
Diffstat (limited to 'src/arch/x86/memmove_32.c')
-rw-r--r--src/arch/x86/memmove_32.c1
1 files changed, 0 insertions, 1 deletions
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;
-
}