Skip to content

Commit 3805a27

Browse files
author
Colin Robertson
authored
Merge pull request #163 from wiranoid/patch-1
Fix indentation [ _rotl ]
2 parents faab99c + 190d243 commit 3805a27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/c-runtime-library/reference/rotl-rotl64-rotr-rotr64.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Rotates bits to the left (`_rotl`) or right (`_rotr`).
2727

2828
```
2929
30-
unsigned int _rotl(
30+
unsigned int _rotl(
3131
unsigned int value,
3232
int shift
3333
);
@@ -108,4 +108,4 @@ int main( void )
108108

109109
## See Also
110110
[Floating-Point Support](../../c-runtime-library/floating-point-support.md)
111-
[_lrotl, _lrotr](../../c-runtime-library/reference/lrotl-lrotr.md)
111+
[_lrotl, _lrotr](../../c-runtime-library/reference/lrotl-lrotr.md)

0 commit comments

Comments
 (0)