Skip to content

Commit 5b0f845

Browse files
committed
docs: use github c syntax.
1 parent 14e682b commit 5b0f845

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CONTRIBUTING.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@ The basics are, in vim:
4747

4848
Place a space between the function name and the parameter as such:
4949

50-
static void
51-
my_func (Param *p)
50+
```c
51+
static void
52+
my_func (Param *p)
5253

53-
my_func (p);
54+
my_func (p);
55+
```
5456
5557
Not all of the code does this today, but it should be cleaned up at some point.
5658

0 commit comments

Comments
 (0)