WS cleanup: remove SPACE(s) followed by TAB
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
2
drivers/cache/sandbox_cache.c
vendored
2
drivers/cache/sandbox_cache.c
vendored
@@ -31,7 +31,7 @@ static int snadbox_disable(struct udevice *dev)
|
||||
|
||||
static const struct cache_ops sandbox_cache_ops = {
|
||||
.get_info = sandbox_get_info,
|
||||
.enable = sandbox_enable,
|
||||
.enable = sandbox_enable,
|
||||
.disable = snadbox_disable,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user