From c3bc6cbe9de9d65d25009fec8ae5475371724c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Mon, 25 Jun 2018 18:51:05 +0300 Subject: lib/rmodule: Fix indentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ieb809a078356f696afd813c39c65da1d7c7482c8 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/27231 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/lib/rmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/rmodule.c b/src/lib/rmodule.c index 66d5120fee..2bd2c6688e 100644 --- a/src/lib/rmodule.c +++ b/src/lib/rmodule.c @@ -162,7 +162,7 @@ static int rmodule_relocate(const struct rmodule *module) printk(PK_ADJ_LEVEL, "Adjusting %p: 0x%08lx -> 0x%08lx\n", adjust_loc, (unsigned long) *adjust_loc, (unsigned long) (*adjust_loc + adjustment)); - *adjust_loc += adjustment; + *adjust_loc += adjustment; reloc++; num_relocations--; -- cgit v1.2.3