mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update source files for bracket style
This commit is contained in:
@@ -143,8 +143,9 @@ class ReadTestHandler : public RoutingTestHandler {
|
||||
|
||||
private:
|
||||
void DestroyTestIfDone() {
|
||||
if (got_on_query_ && got_on_loading_state_change_done_)
|
||||
if (got_on_query_ && got_on_loading_state_change_done_) {
|
||||
DestroyTest();
|
||||
}
|
||||
}
|
||||
|
||||
void DestroyTest() override {
|
||||
|
Reference in New Issue
Block a user