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

@ -59,8 +59,7 @@ class CefFocusHandler : public virtual CefBaseRefCounted {
// if the browser is giving focus to the previous component.
///
/*--cef()--*/
virtual void OnTakeFocus(CefRefPtr<CefBrowser> browser,
bool next) {}
virtual void OnTakeFocus(CefRefPtr<CefBrowser> browser, bool next) {}
///
// Called when the browser component is requesting focus. |source| indicates
@ -68,8 +67,9 @@ class CefFocusHandler : public virtual CefBaseRefCounted {
// focus to be set or true to cancel setting the focus.
///
/*--cef()--*/
virtual bool OnSetFocus(CefRefPtr<CefBrowser> browser,
FocusSource source) { return false; }
virtual bool OnSetFocus(CefRefPtr<CefBrowser> browser, FocusSource source) {
return false;
}
///
// Called when the browser component has received focus.