{device,drivers,lib,mb,nb}: Use only one space after 'if'
Change-Id: I390191fb58605d1bd6a2e5d19a9dfa7c8493e6b2 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26063 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
5b66288d51
commit
1943f3798d
@@ -723,7 +723,7 @@ static void avoid_fixed_resources(const struct device *dev)
|
||||
|
||||
if (res->base > lim->base)
|
||||
lim->base = res->base;
|
||||
if (res->limit < lim->limit)
|
||||
if (res->limit < lim->limit)
|
||||
lim->limit = res->limit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user