summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 39fd6504c..ab0ae11f5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -82,13 +82,13 @@ on-demand.
#### Insert a break after the function return value:
- ```C
- int
- main(void)
- {
- ...
- }
- ```
+```c
+int
+main(void)
+{
+ ...
+}
+```
### Ruby code