Skip to content

Commit 190d243

Browse files
authored
Fix indentation [ _rotl ]
1 parent 69e9ca5 commit 190d243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)