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

Unified Diff: ash/accelerators/key_hold_detector.h

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/exit_warning_handler.cc ('k') | ash/accelerators/key_hold_detector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/key_hold_detector.h
diff --git a/ash/accelerators/key_hold_detector.h b/ash/accelerators/key_hold_detector.h
index af03cb20e8ecf6fed00f687f9c30427ddab53889..0bb8e7c90a64fc304080cae573a8a577f2280fe6 100644
--- a/ash/accelerators/key_hold_detector.h
+++ b/ash/accelerators/key_hold_detector.h
@@ -59,11 +59,7 @@ class ASH_EXPORT KeyHoldDetector : public ui::EventHandler {
// INITIAL --(first press)--> PRESSED --(press)-->
// HOLD[OnKeyHold] --(press)--> HOLD[OnKeyHold] --(release)-->
// INITIAL[OnKeyUnhold]
- enum State {
- INITIAL,
- PRESSED,
- HOLD
- };
+ enum State { INITIAL, PRESSED, HOLD };
State state_;
std::unique_ptr<Delegate> delegate_;
« no previous file with comments | « ash/accelerators/exit_warning_handler.cc ('k') | ash/accelerators/key_hold_detector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698