-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Description
whitespace/indent_namespace
Do not indent within a namespace. [whitespace/indent_namespace] [4]
E.g.:
Lines 203 to 207 in e8c755c
| bool ServerInit(int *argc, | |
| char *argv[], | |
| ExportMap *export_map, | |
| const string &first_line, | |
| const string &description) { |
Decide if/how we should fix this and remove the skip added in peternewman@2bd4368 .
Benjman