tests: Format with clang-tidy (see #3632)

This commit is contained in:
Marshall Greenblatt
2024-01-19 21:22:56 -05:00
parent 9fd312ce04
commit 0a64bb6f9b
108 changed files with 505 additions and 647 deletions

View File

@@ -11,8 +11,7 @@
#include "include/base/cef_build.h"
#include "include/cef_task.h"
namespace client {
namespace file_util {
namespace client::file_util {
namespace {
@@ -129,5 +128,4 @@ std::string GetFileExtension(const std::string& path) {
return std::string();
}
} // namespace file_util
} // namespace client
} // namespace client::file_util