diff mbox series

[yocto-autobuilder-helper] config.json: fix tabs in patchtest-selftest

Message ID 20260426213026.40406-1-tim.orling@konsulko.com
State New
Headers show
Series [yocto-autobuilder-helper] config.json: fix tabs in patchtest-selftest | expand

Commit Message

Tim Orling April 26, 2026, 9:30 p.m. UTC
Normalize whitespace to spaces instead of tabs

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 config.json | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
diff mbox series

Patch

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"]
         }