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:
@ -53,9 +53,7 @@ class MainContextImpl : public MainContext {
|
||||
|
||||
// Returns true if the context is in a valid state (initialized and not yet
|
||||
// shut down).
|
||||
bool InValidState() const {
|
||||
return initialized_ && !shutdown_;
|
||||
}
|
||||
bool InValidState() const { return initialized_ && !shutdown_; }
|
||||
|
||||
CefRefPtr<CefCommandLine> command_line_;
|
||||
const bool terminate_when_all_windows_closed_;
|
||||
|
Reference in New Issue
Block a user