From: Chen Qi Date: Fri, 31 Aug 2018 03:28:00 +0000 (+0800) Subject: autotools.bbclass: adjust indentation for consistency X-Git-Tag: uninative-2.3~457 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c2829b74892633c554a5f8262d4cafbe0fa6c3a7;p=openembedded-core.git 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. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 81d367415b..8768a6ad68 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass @@ -237,7 +237,7 @@ autotools_do_configure() { } autotools_do_compile() { - oe_runmake + oe_runmake } autotools_do_install() {