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

Unified Diff: ash/root_window_settings.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/root_window_settings.h ('k') | ash/rotator/screen_rotation_animation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_settings.cc
diff --git a/ash/root_window_settings.cc b/ash/root_window_settings.cc
index bf7841f983e318d329a20f10dfaed22e60795041..4d7dbc5839a9db35e281d7a3349d808f8eba6f21 100644
--- a/ash/root_window_settings.cc
+++ b/ash/root_window_settings.cc
@@ -13,7 +13,8 @@ DECLARE_WINDOW_PROPERTY_TYPE(ash::RootWindowSettings*);
namespace ash {
DEFINE_OWNED_WINDOW_PROPERTY_KEY(RootWindowSettings,
- kRootWindowSettingsKey, NULL);
+ kRootWindowSettingsKey,
+ NULL);
RootWindowSettings::RootWindowSettings()
: display_id(display::Display::kInvalidDisplayID), controller(NULL) {}
« no previous file with comments | « ash/root_window_settings.h ('k') | ash/rotator/screen_rotation_animation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698