mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
ceftests: Format with clang-tidy (see #3632)
This commit is contained in:
@@ -73,7 +73,7 @@ class TestHandler : public CefClient,
|
||||
|
||||
private:
|
||||
int total_;
|
||||
int count_;
|
||||
int count_ = 0;
|
||||
|
||||
// Handle used to notify when the test is complete
|
||||
CefRefPtr<CefWaitableEvent> event_;
|
||||
|
Reference in New Issue
Block a user