mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Apply clang-format to all C, C++ and ObjC files (issue #2171)
This commit is contained in:
@@ -34,11 +34,9 @@ CefContentUtilityClient::CefContentUtilityClient() {
|
||||
#endif
|
||||
}
|
||||
|
||||
CefContentUtilityClient::~CefContentUtilityClient() {
|
||||
}
|
||||
CefContentUtilityClient::~CefContentUtilityClient() {}
|
||||
|
||||
bool CefContentUtilityClient::OnMessageReceived(
|
||||
const IPC::Message& message) {
|
||||
bool CefContentUtilityClient::OnMessageReceived(const IPC::Message& message) {
|
||||
bool handled = false;
|
||||
|
||||
for (Handlers::iterator it = handlers_.begin();
|
||||
|
Reference in New Issue
Block a user