]> code.ossystems Code Review - openembedded-core.git/commitdiff
toolchain-scripts: retab file
authorMartin Kelly <mkelly@xevo.com>
Mon, 4 Jun 2018 23:05:57 +0000 (16:05 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Jun 2018 07:52:13 +0000 (08:52 +0100)
A function is uses a mix of spaces and tabs. The rest of the file
uses tabs, so switch to tabs uniformly.

Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/toolchain-scripts.bbclass

index 71da5e5409293115881ae1bccdb9fe874d46ecb7..278cbc063dc477159ebe0162c734874bdc64a84a 100644 (file)
@@ -122,7 +122,7 @@ toolchain_create_post_relocate_script() {
        rm -f $script
        touch $script
 
-    cat >> $script <<EOF
+       cat >> $script <<EOF
 if [ -d "${SDKPATHNATIVE}/post-relocate-setup.d/" ]; then
     for s in ${SDKPATHNATIVE}/post-relocate-setup.d/*.sh; do
         \$s "\$1"