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

git at git.openembedded.org git at git.openembedded.org
Wed Sep 5 17:02:09 UTC 2018


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

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

commit c2829b74892633c554a5f8262d4cafbe0fa6c3a7
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