x86: Use tab instead of space to indent in PCIE_ECAM_BASE
authorBin Meng <bmeng.cn@gmail.com>
Mon, 2 Feb 2015 13:25:09 +0000 (21:25 +0800)
committerSimon Glass <sjg@chromium.org>
Fri, 6 Feb 2015 19:07:46 +0000 (12:07 -0700)
commitba877efb802edb7080703e4dd99e51a437e44f26
tree70c38525936649c7d2ab12d72ac2128c4d5747c2
parent1b15fac15d9720b4a31a54fe07fd181ff0a28a80
x86: Use tab instead of space to indent in PCIE_ECAM_BASE

Space is used before 'default' in PCIE_ECAM_BASE in arch/x86/Kconfig
so it looks misaligned. Replace the space with tab to indent.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/Kconfig