*: style fix

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2022-08-30 16:41:17 +02:00
parent 58598eb709
commit fe73c8d557
13 changed files with 52 additions and 52 deletions

View File

@@ -981,7 +981,7 @@ arch_apply_relocation(struct obj_file *f,
(loc[1] & 0xFFFF);
/* Add reloc offset */
temp1+=v;
temp1 += v;
/* Store back into code */
loc[0] = (loc[0] & 0xFFFF0000) | temp1 >> 16;