Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save joyhuang9473/d8af87613cb2735010cb to your computer and use it in GitHub Desktop.

Select an option

Save joyhuang9473/d8af87613cb2735010cb to your computer and use it in GitHub Desktop.
The contents of namespaces are not indented.
namespace {
void foo() { // Correct. No extra indentation within namespace.
...
}
} // namespace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment