Skip to content

Commit ccfb054

Browse files
DivyanshuVortexnakul-krishnakumar
authored andcommitted
chore: fix EditorConfig lint errors
PR-URL: stdlib-js#9755 Closes: stdlib-js#9754 Ref: stdlib-js#5156 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent be1da4b commit ccfb054

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/math/base/special/fast/uint32-log2/src

lib/node_modules/@stdlib/math/base/special/fast/uint32-log2/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ static const uint32_t S0 = 1u;
6363
uint32_t stdlib_base_fast_uint32_log2( const uint32_t x ) {
6464
uint32_t out;
6565
uint32_t xc;
66-
66+
6767
xc = x;
6868
out = 0;
6969
// `xc >= 65536`:

0 commit comments

Comments
 (0)