From c2829b74892633c554a5f8262d4cafbe0fa6c3a7 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Fri, 31 Aug 2018 11:28:00 +0800 Subject: 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 --- meta/classes/autotools.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') 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() { -- cgit 1.2.3-korg