Skip to content

Commit a0f0513

Browse files
chore: fix EditorConfig lint errors
PR-URL: #9755 Closes: #9754 Ref: #5156 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent eee0e09 commit a0f0513

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)