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:
@@ -28,8 +28,7 @@ std::string GetDataURI(const std::string& data, const std::string& mime_type) {
|
||||
|
||||
} // namespace
|
||||
|
||||
SimpleHandler::SimpleHandler(bool use_views)
|
||||
: use_views_(use_views), is_closing_(false) {
|
||||
SimpleHandler::SimpleHandler(bool use_views) : use_views_(use_views) {
|
||||
DCHECK(!g_instance);
|
||||
g_instance = this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user