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:
@ -80,8 +80,7 @@ class CefDevToolsFrontend : public content::WebContentsObserver,
|
||||
// net::URLFetcherDelegate overrides.
|
||||
void OnURLFetchComplete(const net::URLFetcher* source) override;
|
||||
|
||||
void SendMessageAck(int request_id,
|
||||
const base::Value* arg1);
|
||||
void SendMessageAck(int request_id, const base::Value* arg1);
|
||||
|
||||
PrefService* GetPrefs() const;
|
||||
|
||||
|
Reference in New Issue
Block a user