From dc8e7a7e4739b10ffc1f4ef42e6898db63b35ee0 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sat, 18 Jan 2020 11:04:19 +0100 Subject: content: Fix C formatting in contributions --- content/en/docs/Contributions/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/Contributions/_index.md b/content/en/docs/Contributions/_index.md index 46d3fa7..37369fb 100644 --- a/content/en/docs/Contributions/_index.md +++ b/content/en/docs/Contributions/_index.md @@ -46,7 +46,7 @@ ptr = malloc(sizeof(*ptr) * len); - When checking for invalid pointers use -``` +```C if (ptr == NULL) ``` instead of -- cgit v1.2.3