Apply clang-format to all C, C++ and ObjC files (issue #2171)

This commit is contained in:
Marshall Greenblatt
2017-05-17 11:29:28 +02:00
parent a566549e04
commit 31d9407ee2
1331 changed files with 33014 additions and 32258 deletions

View File

@@ -81,9 +81,7 @@ void RouteStdioToConsole(bool create_console_if_not_found) {
} // namespace
CefTestSuite::CefTestSuite(int argc, char** argv)
: argc_(argc),
argv_(argc, argv),
retval_(0) {
: argc_(argc), argv_(argc, argv), retval_(0) {
g_test_suite = this;
// Keep a representation of the original command-line.
@@ -183,11 +181,10 @@ void CefTestSuite::PreInitialize() {
// Don't add additional code to this function. Instead add it to Initialize().
}
void CefTestSuite::Initialize() {
void CefTestSuite::Initialize() {
#if defined(OS_WIN)
RouteStdioToConsole(true);
#endif // defined(OS_WIN)
}
}
void CefTestSuite::Shutdown() {
}
void CefTestSuite::Shutdown() {}