LibJS: Fix test files indentation (4 spaces)

This commit is contained in:
Linus Groh 2020-04-13 14:08:27 +01:00 committed by Andreas Kling
parent 0040d6bf2d
commit 92a9fe0e49
Notes: sideshowbarker 2024-07-19 07:37:56 +09:00
8 changed files with 111 additions and 111 deletions

View file

@ -1,10 +1,10 @@
switch (1 + 2) {
case 3:
console.log("PASS");
break;
console.log("PASS");
break;
case 5:
case 1:
break;
break;
default:
break;
break;
}