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

Unified Diff: ash/common/focus_cycler.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/common/display/display_info.cc ('k') | ash/common/shelf/shelf_alignment_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/focus_cycler.h
diff --git a/ash/common/focus_cycler.h b/ash/common/focus_cycler.h
index f3f6c956ebc95ef2eff47eb2078abd54b4e06586..03286fdc0567cd208af9cd4fa9e5818e1f5be275 100644
--- a/ash/common/focus_cycler.h
+++ b/ash/common/focus_cycler.h
@@ -20,10 +20,7 @@ namespace ash {
// window.
class ASH_EXPORT FocusCycler {
public:
- enum Direction {
- FORWARD,
- BACKWARD
- };
+ enum Direction { FORWARD, BACKWARD };
FocusCycler();
~FocusCycler();
« no previous file with comments | « ash/common/display/display_info.cc ('k') | ash/common/shelf/shelf_alignment_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698