From e5676a67eef087aba1ccc0ab707cc5f96cc09470 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 15 Dec 2019 16:33:58 +0100 Subject: DOCS/contribute.md: fix a typo --- DOCS/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS/contribute.md b/DOCS/contribute.md index d3e3025a6e..e3d98f3da7 100644 --- a/DOCS/contribute.md +++ b/DOCS/contribute.md @@ -196,7 +196,7 @@ The order of ``#include`` statements in the source code is not very consistent. New code must follow the following conventions: - Put standard includes (``#include `` etc.) on the top, -- then after a blank line, add library includes (``#include `` etc.) - then after a blank line, add internal includes (``#include "player/core.h"``) - sort them alphabetically within these sections -- cgit v1.2.3