soc: aspeed-lpc-ctrl: Fix whitespace

Some misaligned indentation I noticed when applying another patch.

Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Joel Stanley 2020-09-25 14:52:44 +09:30
parent 5042d3f278
commit 4d1d81dbc9

View file

@ -34,8 +34,8 @@ struct aspeed_lpc_ctrl {
struct clk *clk;
phys_addr_t mem_base;
resource_size_t mem_size;
u32 pnor_size;
u32 pnor_base;
u32 pnor_size;
u32 pnor_base;
bool fwh2ahb;
};