Unverified Commit f2872db0 by Tobin C. Harding Committed by Christian Brauner

CODING_STYLE: Fix non-uniform heading level

Heading uses only 3 level header (###) but the rest of the file uses four (####). We should be uniform. Use uniform heading level in line with the rest of the file. Signed-off-by: 's avatarTobin C. Harding <me@tobin.cc>
parent f6fab4d9
......@@ -382,7 +382,7 @@ rules to use them:
}
```
### Cast to `(void)` When Intentionally Ignoring Return Values
#### Cast to `(void)` When Intentionally Ignoring Return Values
- There are cases where you do not care about the return value of a function.
Please cast the return value to `(void)` when doing so.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment