From 3e3cbc5e9399431f1ce14e882d85b0a53066b5ad Mon Sep 17 00:00:00 2001 From: Reece Date: Thu, 27 Jan 2022 03:56:42 +0000 Subject: [PATCH] \t creep --- forEach.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/forEach.js b/forEach.js index f040ec4..b83e250 100644 --- a/forEach.js +++ b/forEach.js @@ -80,7 +80,7 @@ forN(kMaxPairedElements, function(nElements) { } else { ignoreList[`AU_FE_${i}${suffix}`] = true } - + var I2 = i + 1 // Similar to above @@ -89,7 +89,7 @@ forN(kMaxPairedElements, function(nElements) { ignoreList[`AU_FE_${I2}_THAT${suffix}`] = true } else if (i == nElements) { ignoreList[`AU_FE_${i}_THAT${suffix}`] = true - textBuffer += `#define AU_FE_${I2}_THAT${suffix}(expandable, ctx, ${X}) expandable(ctx, ${X})\n` + textBuffer += `#define AU_FE_${I2}_THAT${suffix}(expandable, ctx, ${X}) expandable(ctx, ${X})\n` } else if ((i % nElements) == 0) { var offByOne = iM1Translated + 1 if (i == nElements) { @@ -102,16 +102,16 @@ forN(kMaxPairedElements, function(nElements) { } else { ignoreList[`AU_FE_${I2}_THAT${suffix}`] = true } - - ignoreList[`AU_FE_${suffix}_THAT${suffix}`] = true + + ignoreList[`AU_FE_${suffix}_THAT${suffix}`] = true if (i == 1) { textBuffer += `#define AU_FE_${i}_FIRST${suffix}(first, second) \n` - } - - if (i == nElements) { + } + + if (i == nElements) { textBuffer += `#define AU_FE_${I2}_FIRST${suffix}(first, second, ${X}) first(${X}) AU_FE_EXPAND(AU_FE_${iM1Translated}${suffix}(second))\n` - } else if ((i % (nElements) == 0)) { + } else if ((i % (nElements) == 0)) { if (i == nElements) { ignoreList[`AU_FE_${I2}_FIRST${suffix}`] = true // ? dont question it textBuffer += `#define AU_FE_${I2}_FIRST${suffix}(first, second, ${X}) first(${X}) AU_FE_EXPAND(AU_FE_${iM1Translated}${suffix}(second))\n`