clang-tidy: modernize-concat-nested-namespaces (NFC)

This commit is contained in:
Peter Johnson
2020-12-28 01:19:59 -08:00
parent 67e03e625d
commit 6131f4e32b
162 changed files with 324 additions and 656 deletions

View File

@@ -7,10 +7,8 @@
#include "ntcore_c.h"
namespace nt {
/** Entry listener flags */
namespace EntryListenerFlags {
namespace nt::EntryListenerFlags {
/**
* Flag values for use with entry listeners.
@@ -72,8 +70,6 @@ enum {
kFlags = NT_NOTIFY_FLAGS
};
} // namespace EntryListenerFlags
} // namespace nt
} // namespace nt::EntryListenerFlags
#endif // NTCORE_NETWORKTABLES_ENTRYLISTENERFLAGS_H_