From 795efa71f76c4d70c914fab0985a52c8d82c9922 Mon Sep 17 00:00:00 2001 From: Andrew Pardoe Date: Mon, 27 Mar 2017 12:05:48 -0700 Subject: [PATCH] missed one space --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index f27a624..b4ff69a 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -10089,7 +10089,7 @@ This is basically the way `printf` is implemented. ##### Enforcement * Flag definitions of C-style variadic functions. -* Flag `#include ` and `#include` +* Flag `#include ` and `#include ` ## ES.stmt: Statements