[yocto-autobuilder-helper][PATCH] config.json: fix tabs in patchtest-selftest
Tim Orling <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
Normalize whitespace to spaces instead of tabs Signed-off-by: Tim Orling <[email protected]> --- config.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.json b/config.json index beb03d5..3c067d2 100644 --- a/config.json +++ b/config.json @@ -1879,13 +1879,13 @@ "BBTARGETS" : "core-image-patchtest" } }, - "patchtest-selftest" : { - "NEEDREPOS" : ["bitbake"], - "EXTRACMDS" : ["${SCRIPTSDIR}/run-patchtest-selftest ${HELPERBUILDDIR}/.."], - "ADDLAYER" : [ - "${BUILDDIR}/../layers/openembedded-core/meta-selftest" - ] - }, + "patchtest-selftest" : { + "NEEDREPOS" : ["bitbake"], + "EXTRACMDS" : ["${SCRIPTSDIR}/run-patchtest-selftest ${HELPERBUILDDIR}/.."], + "ADDLAYER" : [ + "${BUILDDIR}/../layers/openembedded-core/meta-selftest" + ] + }, "toaster" : { "EXTRACMDS" : ["${SCRIPTSDIR}/run-toaster-tests ${HELPERBUILDDIR} ${HELPERBUILDDIR}/../layers/bitbake"] } -- 2.50.1 (Apple Git-155)