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:
@ -57,10 +57,9 @@ class CefEndTracingCallback : public virtual CefBaseRefCounted {
|
||||
// deleting |tracing_file|.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual void OnEndTracingComplete(const CefString& tracing_file) =0;
|
||||
virtual void OnEndTracingComplete(const CefString& tracing_file) = 0;
|
||||
};
|
||||
|
||||
|
||||
///
|
||||
// Start tracing events on all processes. Tracing is initialized asynchronously
|
||||
// and |callback| will be executed on the UI thread after initialization is
|
||||
|
Reference in New Issue
Block a user