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

@@ -6,8 +6,7 @@
#include "wpi/uv/Loop.h"
namespace wpi {
namespace uv {
namespace wpi::uv {
std::shared_ptr<Timer> Timer::Create(Loop& loop) {
auto h = std::make_shared<Timer>(private_init{});
@@ -42,5 +41,4 @@ void Timer::Start(Time timeout, Time repeat) {
timeout.count(), repeat.count());
}
} // namespace uv
} // namespace wpi
} // namespace wpi::uv