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

Unified Diff: ash/display/projecting_observer_chromeos.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/display/null_mouse_warp_controller.cc ('k') | ash/display/resolution_notification_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/projecting_observer_chromeos.cc
diff --git a/ash/display/projecting_observer_chromeos.cc b/ash/display/projecting_observer_chromeos.cc
index 0bf6af47883e4b0f12c949a7e547c7ec08962177..58c7bafc713aa0232b91ccb74fa9ee9676536283 100644
--- a/ash/display/projecting_observer_chromeos.cc
+++ b/ash/display/projecting_observer_chromeos.cc
@@ -52,8 +52,8 @@ void ProjectingObserver::OnCastingSessionStartedOrStopped(bool started) {
void ProjectingObserver::SetIsProjecting() {
// "Projecting" is defined as having more than 1 output connected while at
// least one of them is an internal output.
- bool projecting = has_internal_output_ &&
- (output_count_ + casting_session_count_ > 1);
+ bool projecting =
+ has_internal_output_ && (output_count_ + casting_session_count_ > 1);
power_manager_client_->SetIsProjecting(projecting);
}
« no previous file with comments | « ash/display/null_mouse_warp_controller.cc ('k') | ash/display/resolution_notification_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698