diff --git a/CODING_STYLE.md b/CODING_STYLE.md index 8101db0cb..a0fe98644 100644 --- a/CODING_STYLE.md +++ b/CODING_STYLE.md @@ -146,7 +146,7 @@ for (auto i = x->begin(); i != x->end(); ++i) {} ``` No: -```cp +```cpp const double d = 0; int i, j; char *s;