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

Unified Diff: ash/frame/caption_buttons/frame_size_button.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
Index: ash/frame/caption_buttons/frame_size_button.h
diff --git a/ash/frame/caption_buttons/frame_size_button.h b/ash/frame/caption_buttons/frame_size_button.h
index b96ad5c4e87fec4ef99669e960b0096323ac13dd..bebca5af12dfd299ede6d4ea3d97621bff2d0639 100644
--- a/ash/frame/caption_buttons/frame_size_button.h
+++ b/ash/frame/caption_buttons/frame_size_button.h
@@ -51,11 +51,7 @@ class ASH_EXPORT FrameSizeButton : public FrameCaptionButton {
}
private:
- enum SnapType {
- SNAP_LEFT,
- SNAP_RIGHT,
- SNAP_NONE
- };
+ enum SnapType { SNAP_LEFT, SNAP_RIGHT, SNAP_NONE };
// Starts |set_buttons_to_snap_mode_timer_|.
void StartSetButtonsToSnapModeTimer(const ui::LocatedEvent& event);

Powered by Google App Engine
This is Rietveld 408576698