Created
October 18, 2015 08:05
-
-
Save joyhuang9473/d8af87613cb2735010cb to your computer and use it in GitHub Desktop.
The contents of namespaces are not indented.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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