mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
tests: Format with clang-tidy (see #3632)
This commit is contained in:
@@ -240,12 +240,10 @@ class IpcDelegate final : public client::ClientAppRenderer::Delegate {
|
||||
|
||||
} // namespace
|
||||
|
||||
namespace client {
|
||||
namespace ipc_performance_test {
|
||||
namespace client::ipc_performance_test {
|
||||
|
||||
void CreateDelegates(ClientAppRenderer::DelegateSet& delegates) {
|
||||
delegates.insert(new IpcDelegate());
|
||||
}
|
||||
|
||||
} // namespace ipc_performance_test
|
||||
} // namespace client
|
||||
} // namespace client::ipc_performance_test
|
||||
|
Reference in New Issue
Block a user