[oe-commits] [openembedded-core] 03/13: autotools.bbclass: adjust indentation for consistency

git at git.openembedded.org git at git.openembedded.org
Tue Sep 4 12:17:26 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit d6f9384e44819c5b2ab290c3d4ad83ff0d8771e3
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Fri Aug 31 11:28:00 2018 +0800

    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 <Qi.Chen at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list