autotools.bbclass: adjust indentation for consistency

All other functions in this class use TAB for indentation while
the do_compile function uses '4 spaces'. Adjust it for consistency.

(From OE-Core rev: c2829b74892633c554a5f8262d4cafbe0fa6c3a7)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Chen Qi 2018-08-31 11:28:00 +08:00 committed by Richard Purdie
parent 95cbd1e576
commit 675d372205

View File

@ -237,7 +237,7 @@ autotools_do_configure() {
}
autotools_do_compile() {
oe_runmake
oe_runmake
}
autotools_do_install() {