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

@@ -12,8 +12,7 @@
#include "tests/cefclient/browser/root_window_views.h"
#include "tests/cefclient/browser/views_window.h"
namespace client {
namespace window_test {
namespace client::window_test {
namespace {
@@ -42,7 +41,7 @@ void SetTitlebarHeight(const CefRefPtr<CefBrowser>& browser,
} // namespace
WindowTestRunnerViews::WindowTestRunnerViews() {}
WindowTestRunnerViews::WindowTestRunnerViews() = default;
void WindowTestRunnerViews::SetPos(CefRefPtr<CefBrowser> browser,
int x,
@@ -86,5 +85,4 @@ void WindowTestRunnerViews::SetTitleBarHeight(
SetTitlebarHeight(browser, height);
}
} // namespace window_test
} // namespace client
} // namespace client::window_test