Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2399)

Unified Diff: ash/shell_init_params.cc

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/shell_factory.h ('k') | ash/shell_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_init_params.cc
diff --git a/ash/shell_init_params.cc b/ash/shell_init_params.cc
index f67b5999c3df4a21f8d6d3f365b9a6b86ad48cad..5df9eb70fc72bd831d37addbdec634f46251b02c 100644
--- a/ash/shell_init_params.cc
+++ b/ash/shell_init_params.cc
@@ -13,9 +13,11 @@ ShellInitParams::ShellInitParams()
context_factory(nullptr),
blocking_pool(nullptr)
#if defined(OS_WIN)
- , remote_hwnd(nullptr)
+ ,
+ remote_hwnd(nullptr)
#endif
- {}
+{
+}
ShellInitParams::~ShellInitParams() {}
« no previous file with comments | « ash/shell_factory.h ('k') | ash/shell_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698