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

@@ -30,8 +30,7 @@ class CallbackUdpSendReq : public UdpSendReq {
} // namespace
namespace wpi {
namespace uv {
namespace wpi::uv {
UdpSendReq::UdpSendReq() {
error = [this](Error err) { GetUdp().error(err); };
@@ -182,5 +181,4 @@ void Udp::StartRecv() {
});
}
} // namespace uv
} // namespace wpi
} // namespace wpi::uv