Apply clang-format to all C, C++ and ObjC files (issue #2171)

This commit is contained in:
Marshall Greenblatt
2017-05-17 11:29:28 +02:00
parent a566549e04
commit 31d9407ee2
1331 changed files with 33014 additions and 32258 deletions

View File

@ -53,11 +53,9 @@ class CefJSDialogCallback : public virtual CefBaseRefCounted {
// pressed. The |user_input| value should be specified for prompt dialogs.
///
/*--cef(capi_name=cont,optional_param=user_input)--*/
virtual void Continue(bool success,
const CefString& user_input) =0;
virtual void Continue(bool success, const CefString& user_input) = 0;
};
///
// Implement this interface to handle events related to JavaScript dialogs. The
// methods of this class will be called on the UI thread.
@ -118,7 +116,7 @@ class CefJSDialogHandler : public virtual CefBaseRefCounted {
///
/*--cef()--*/
virtual void OnResetDialogState(CefRefPtr<CefBrowser> browser) {}
///
// Called when the default implementation dialog is closed.
///