diff --git a/cppguide.html b/cppguide.html index 0195cec06..3674ac07d 100644 --- a/cppguide.html +++ b/cppguide.html @@ -615,7 +615,7 @@

Named Namespaces

Namespaces wrap the entire source file after includes, - + gflags definitions/declarations and forward declarations of classes from other namespaces.

@@ -2239,7 +2239,7 @@

cpplint

how to run cpplint.py from their project tools. If the project you are contributing to does not, you can download - + cpplint.py separately.

@@ -4925,7 +4925,7 @@

Formatting

To help you format code correctly, we've created a - + settings file for emacs.

Line Length