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:
@@ -6,8 +6,7 @@
|
||||
|
||||
#include "tests/shared/browser/main_message_loop.h"
|
||||
|
||||
namespace client {
|
||||
namespace window_test {
|
||||
namespace client::window_test {
|
||||
|
||||
namespace {
|
||||
|
||||
@@ -99,7 +98,7 @@ void RestoreImpl(CefRefPtr<CefBrowser> browser) {
|
||||
|
||||
} // namespace
|
||||
|
||||
WindowTestRunnerWin::WindowTestRunnerWin() {}
|
||||
WindowTestRunnerWin::WindowTestRunnerWin() = default;
|
||||
|
||||
void WindowTestRunnerWin::SetPos(CefRefPtr<CefBrowser> browser,
|
||||
int x,
|
||||
@@ -141,5 +140,4 @@ void WindowTestRunnerWin::Restore(CefRefPtr<CefBrowser> browser) {
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace window_test
|
||||
} // namespace client
|
||||
} // namespace client::window_test
|
||||
|
Reference in New Issue
Block a user