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,8 +7,7 @@
#include <uv.h>
namespace wpi {
namespace uv {
namespace wpi::uv {
/**
* Error code.
@@ -42,7 +41,6 @@ class Error {
int m_err{UV_UNKNOWN};
};
} // namespace uv
} // namespace wpi
} // namespace wpi::uv
#endif // WPIUTIL_WPI_UV_ERROR_H_