]> code.ossystems Code Review - openembedded-core.git/commitdiff
autotools.bbclass: adjust indentation for consistency
authorChen Qi <Qi.Chen@windriver.com>
Fri, 31 Aug 2018 03:28:00 +0000 (11:28 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Sep 2018 16:48:23 +0000 (17:48 +0100)
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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/autotools.bbclass

index 81d367415b94c877b3f67305aab3ca89c4112f1a..8768a6ad687ecb49f9331698dc768f890c50923a 100644 (file)
@@ -237,7 +237,7 @@ autotools_do_configure() {
 }
 
 autotools_do_compile() {
-    oe_runmake
+       oe_runmake
 }
 
 autotools_do_install() {