From 78f50ad52ae829896c2fc0dd0d638fd26d24e5f9 Mon Sep 17 00:00:00 2001 From: MANI <77221000+Eternity0207@users.noreply.github.com> Date: Fri, 21 Mar 2025 10:55:13 +0530 Subject: [PATCH 1/4] Indentation fix in bytes_per_element.json Signed-off-by: MANI <77221000+Eternity0207@users.noreply.github.com> --- .../lib/bytes_per_element.json | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/lib/node_modules/@stdlib/ndarray/base/bytes-per-element/lib/bytes_per_element.json b/lib/node_modules/@stdlib/ndarray/base/bytes-per-element/lib/bytes_per_element.json index 2053ff142a86..3ac4fab4014e 100644 --- a/lib/node_modules/@stdlib/ndarray/base/bytes-per-element/lib/bytes_per_element.json +++ b/lib/node_modules/@stdlib/ndarray/base/bytes-per-element/lib/bytes_per_element.json @@ -1,25 +1,25 @@ { - "binary": 1, - "bool": 1, - "complex64": 8, - "complex128": 16, - "float16": 2, - "bfloat16": 2, - "float32": 4, - "float64": 8, - "float128": 16, - "generic": null, - "int8": 1, - "int16": 2, - "int32": 4, - "int64": 8, - "int128": 16, - "int256": 32, - "uint8": 1, - "uint8c": 1, - "uint16": 2, - "uint32": 4, - "uint64": 8, - "uint128": 16, - "uint256": 32 + "binary": 1, + "bool": 1, + "complex64": 8, + "complex128": 16, + "float16": 2, + "bfloat16": 2, + "float32": 4, + "float64": 8, + "float128": 16, + "generic": null, + "int8": 1, + "int16": 2, + "int32": 4, + "int64": 8, + "int128": 16, + "int256": 32, + "uint8": 1, + "uint8c": 1, + "uint16": 2, + "uint32": 4, + "uint64": 8, + "uint128": 16, + "uint256": 32 } From aa7d612dceafc255a133d9753ac3257845252801 Mon Sep 17 00:00:00 2001 From: MANI <77221000+Eternity0207@users.noreply.github.com> Date: Fri, 21 Mar 2025 10:56:25 +0530 Subject: [PATCH 2/4] Indentation fix in manifest.json Signed-off-by: MANI <77221000+Eternity0207@users.noreply.github.com> --- .../@stdlib/random/base/shared/manifest.json | 72 +++++++++---------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/lib/node_modules/@stdlib/random/base/shared/manifest.json b/lib/node_modules/@stdlib/random/base/shared/manifest.json index 890a937a3dc0..00fc84840372 100644 --- a/lib/node_modules/@stdlib/random/base/shared/manifest.json +++ b/lib/node_modules/@stdlib/random/base/shared/manifest.json @@ -1,38 +1,38 @@ { - "options": {}, - "fields": [ - { - "field": "src", - "resolve": true, - "relative": true - }, - { - "field": "include", - "resolve": true, - "relative": true - }, - { - "field": "libraries", - "resolve": false, - "relative": false - }, - { - "field": "libpath", - "resolve": true, - "relative": false - } - ], - "confs": [ - { - "src": [ - "./src/main.c" - ], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [] - } - ] + "options": {}, + "fields": [ + { + "field": "src", + "resolve": true, + "relative": true + }, + { + "field": "include", + "resolve": true, + "relative": true + }, + { + "field": "libraries", + "resolve": false, + "relative": false + }, + { + "field": "libpath", + "resolve": true, + "relative": false + } + ], + "confs": [ + { + "src": [ + "./src/main.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [] + } + ] } From b29ff6c6925696dcc25372df1719351f373062e4 Mon Sep 17 00:00:00 2001 From: Athan Date: Wed, 2 Apr 2025 02:16:06 -0700 Subject: [PATCH 3/4] style: use 2-space indentation Signed-off-by: Athan --- .../lib/bytes_per_element.json | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/lib/node_modules/@stdlib/ndarray/base/bytes-per-element/lib/bytes_per_element.json b/lib/node_modules/@stdlib/ndarray/base/bytes-per-element/lib/bytes_per_element.json index 3ac4fab4014e..96382cddac7d 100644 --- a/lib/node_modules/@stdlib/ndarray/base/bytes-per-element/lib/bytes_per_element.json +++ b/lib/node_modules/@stdlib/ndarray/base/bytes-per-element/lib/bytes_per_element.json @@ -1,25 +1,25 @@ { - "binary": 1, - "bool": 1, - "complex64": 8, - "complex128": 16, - "float16": 2, - "bfloat16": 2, - "float32": 4, - "float64": 8, - "float128": 16, - "generic": null, - "int8": 1, - "int16": 2, - "int32": 4, - "int64": 8, - "int128": 16, - "int256": 32, - "uint8": 1, - "uint8c": 1, - "uint16": 2, - "uint32": 4, - "uint64": 8, - "uint128": 16, - "uint256": 32 + "binary": 1, + "bool": 1, + "complex64": 8, + "complex128": 16, + "float16": 2, + "bfloat16": 2, + "float32": 4, + "float64": 8, + "float128": 16, + "generic": null, + "int8": 1, + "int16": 2, + "int32": 4, + "int64": 8, + "int128": 16, + "int256": 32, + "uint8": 1, + "uint8c": 1, + "uint16": 2, + "uint32": 4, + "uint64": 8, + "uint128": 16, + "uint256": 32 } From 4a044d2e5bccb74bc9f2c1ad149816d3d56a82b7 Mon Sep 17 00:00:00 2001 From: Athan Date: Wed, 2 Apr 2025 02:16:55 -0700 Subject: [PATCH 4/4] style: use 2-space indentation Signed-off-by: Athan --- .../@stdlib/random/base/shared/manifest.json | 72 +++++++++---------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/lib/node_modules/@stdlib/random/base/shared/manifest.json b/lib/node_modules/@stdlib/random/base/shared/manifest.json index 00fc84840372..04e61e361caa 100644 --- a/lib/node_modules/@stdlib/random/base/shared/manifest.json +++ b/lib/node_modules/@stdlib/random/base/shared/manifest.json @@ -1,38 +1,38 @@ { - "options": {}, - "fields": [ - { - "field": "src", - "resolve": true, - "relative": true - }, - { - "field": "include", - "resolve": true, - "relative": true - }, - { - "field": "libraries", - "resolve": false, - "relative": false - }, - { - "field": "libpath", - "resolve": true, - "relative": false - } - ], - "confs": [ - { - "src": [ - "./src/main.c" - ], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [] - } - ] + "options": {}, + "fields": [ + { + "field": "src", + "resolve": true, + "relative": true + }, + { + "field": "include", + "resolve": true, + "relative": true + }, + { + "field": "libraries", + "resolve": false, + "relative": false + }, + { + "field": "libpath", + "resolve": true, + "relative": false + } + ], + "confs": [ + { + "src": [ + "./src/main.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [] + } + ] }