From a01de4a722d088055a7d84d8c691ddd7109edb34 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Fri, 9 Feb 2018 11:35:37 -0500 Subject: js-beautify: make all indentation consistent (depth & character) (#1409) --- test/built-ins/Function/length/S15.3.5.1_A4_T1.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/built-ins/Function/length/S15.3.5.1_A4_T1.js') diff --git a/test/built-ins/Function/length/S15.3.5.1_A4_T1.js b/test/built-ins/Function/length/S15.3.5.1_A4_T1.js index 14f9cc410..894c65e92 100644 --- a/test/built-ins/Function/length/S15.3.5.1_A4_T1.js +++ b/test/built-ins/Function/length/S15.3.5.1_A4_T1.js @@ -16,10 +16,10 @@ if (!(f.hasOwnProperty('length'))) { $ERROR('#1: the function has length property.'); } -for(var key in f) - if(key=="length") - var lengthenumed=true; - +for (var key in f) + if (key == "length") + var lengthenumed = true; + //CHECK#2 if (lengthenumed) { $ERROR('#2: the length property has the attributes { DontEnum }'); -- cgit v1.2.1