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

@@ -8,12 +8,10 @@
#include "tests/shared/renderer/client_app_renderer.h"
namespace client {
namespace ipc_performance_test {
namespace client::ipc_performance_test {
void CreateDelegates(ClientAppRenderer::DelegateSet& delegates);
} // namespace ipc_performance_test
} // namespace client
} // namespace client::ipc_performance_test
#endif // CEF_TESTS_CEFCLIENT_RENDERER_IPC_PERFORMANCE_TEST_H_