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,9 +6,8 @@
#include <wpi/SmallVector.h>
namespace frc {
/** WPILib FileSystem namespace */
namespace filesystem {
namespace frc::filesystem {
/**
* Obtains the current working path that the program was launched with.
@@ -37,5 +36,4 @@ void GetOperatingDirectory(wpi::SmallVectorImpl<char>& result);
*/
void GetDeployDirectory(wpi::SmallVectorImpl<char>& result);
} // namespace filesystem
} // namespace frc
} // namespace frc::filesystem