Skip to content

Commit 4eb5918

Browse files
committed
Auto merge of #331 - kamalmarhubi:conventions-whitespace, r=utkarshkukreti
doc: Minor whitespace fix in CONVENTIONS.md
2 parents 8cca49b + 8153865 commit 4eb5918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONVENTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For example,
4747

4848
```rust
4949
libc_bitflags!{
50-
flags ProtFlags : libc::c_int {
50+
flags ProtFlags: libc::c_int {
5151
PROT_NONE,
5252
PROT_READ,
5353
PROT_WRITE,

0 commit comments

Comments
 (0)