[OE-core] [PATCH 1/1] autotools.bbclass: adjust indentation for consistency

Chen Qi Qi.Chen at windriver.com
Fri Aug 31 03:28:00 UTC 2018


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 <Qi.Chen at windriver.com>
---
 meta/classes/autotools.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index 81d3674..8768a6a 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() {
-- 
1.9.1




More information about the Openembedded-core mailing list