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:
@ -52,13 +52,13 @@ class CefAuthCallback : public virtual CefBaseRefCounted {
|
||||
///
|
||||
/*--cef(capi_name=cont,optional_param=password)--*/
|
||||
virtual void Continue(const CefString& username,
|
||||
const CefString& password) =0;
|
||||
const CefString& password) = 0;
|
||||
|
||||
///
|
||||
// Cancel the authentication request.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual void Cancel() =0;
|
||||
virtual void Cancel() = 0;
|
||||
};
|
||||
|
||||
#endif // CEF_INCLUDE_CEF_AUTH_CALLBACK_H_
|
||||
|
Reference in New Issue
Block a user