mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
missed one space
This commit is contained in:
@@ -10089,7 +10089,7 @@ This is basically the way `printf` is implemented.
|
||||
##### Enforcement
|
||||
|
||||
* Flag definitions of C-style variadic functions.
|
||||
* Flag `#include <cstdarg>` and `#include<stdarg.h>`
|
||||
* Flag `#include <cstdarg>` and `#include <stdarg.h>`
|
||||
|
||||
## ES.stmt: Statements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user