diff --git a/cppguide.html b/cppguide.html index 0195cec..3674ac0 100644 --- a/cppguide.html +++ b/cppguide.html @@ -615,7 +615,7 @@ bool UpdateInternals(Frobber* f, int newval) {

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

@@ -2239,7 +2239,7 @@ NOLINT at the end of the line or 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 @@ everyone's code easily.

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

Line Length