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

Unified Diff: ash/accelerators/spoken_feedback_toggler.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/accelerators/spoken_feedback_toggler.h ('k') | ash/ash_touch_exploration_manager_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/spoken_feedback_toggler.cc
diff --git a/ash/accelerators/spoken_feedback_toggler.cc b/ash/accelerators/spoken_feedback_toggler.cc
index dde488a70132b473a4ff91672c786b2d817c85d0..942208a4117d5fa112195ab5bc095ef5528e79e5 100644
--- a/ash/accelerators/spoken_feedback_toggler.cc
+++ b/ash/accelerators/spoken_feedback_toggler.cc
@@ -42,7 +42,7 @@ bool SpokenFeedbackToggler::ShouldProcessEvent(
bool SpokenFeedbackToggler::IsStartEvent(const ui::KeyEvent* event) const {
return event->type() == ui::ET_KEY_PRESSED &&
- event->flags() & ui::EF_SHIFT_DOWN;
+ event->flags() & ui::EF_SHIFT_DOWN;
}
bool SpokenFeedbackToggler::ShouldStopEventPropagation() const {
« no previous file with comments | « ash/accelerators/spoken_feedback_toggler.h ('k') | ash/ash_touch_exploration_manager_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698