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,13 +6,11 @@
|
||||
|
||||
#include "include/cef_scheme.h"
|
||||
|
||||
namespace client {
|
||||
namespace scheme_test {
|
||||
namespace client::scheme_test {
|
||||
|
||||
void RegisterCustomSchemes(CefRawPtr<CefSchemeRegistrar> registrar) {
|
||||
registrar->AddCustomScheme(
|
||||
"client", CEF_SCHEME_OPTION_STANDARD | CEF_SCHEME_OPTION_CORS_ENABLED);
|
||||
}
|
||||
|
||||
} // namespace scheme_test
|
||||
} // namespace client
|
||||
} // namespace client::scheme_test
|
||||
|
Reference in New Issue
Block a user