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:
@ -4,8 +4,7 @@
|
||||
|
||||
#include "tests/cefclient/browser/window_test_runner.h"
|
||||
|
||||
namespace client {
|
||||
namespace window_test {
|
||||
namespace client::window_test {
|
||||
|
||||
// static
|
||||
void WindowTestRunner::ModifyBounds(const CefRect& display, CefRect& window) {
|
||||
@ -45,5 +44,4 @@ void WindowTestRunner::SetTitleBarHeight(CefRefPtr<CefBrowser> browser,
|
||||
NOTIMPLEMENTED();
|
||||
}
|
||||
|
||||
} // namespace window_test
|
||||
} // namespace client
|
||||
} // namespace client::window_test
|
||||
|
Reference in New Issue
Block a user