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

Unified Diff: ash/common/shelf/shelf_alignment_menu.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/common/focus_cycler.h ('k') | ash/common/shelf/shelf_item_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/shelf_alignment_menu.cc
diff --git a/ash/common/shelf/shelf_alignment_menu.cc b/ash/common/shelf/shelf_alignment_menu.cc
index 114a47d847810728e7dcef5a82be0f60851c4974..bf5f052f4b524639890cced3b25a0b8293667299 100644
--- a/ash/common/shelf/shelf_alignment_menu.cc
+++ b/ash/common/shelf/shelf_alignment_menu.cc
@@ -17,15 +17,13 @@ ShelfAlignmentMenu::ShelfAlignmentMenu(WmShelf* wm_shelf)
DCHECK(wm_shelf_);
const int align_group_id = 1;
set_delegate(this);
- AddRadioItemWithStringId(MENU_ALIGN_LEFT,
- IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_LEFT,
- align_group_id);
+ AddRadioItemWithStringId(
+ MENU_ALIGN_LEFT, IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_LEFT, align_group_id);
AddRadioItemWithStringId(MENU_ALIGN_BOTTOM,
IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_BOTTOM,
align_group_id);
- AddRadioItemWithStringId(MENU_ALIGN_RIGHT,
- IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_RIGHT,
- align_group_id);
+ AddRadioItemWithStringId(
+ MENU_ALIGN_RIGHT, IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_RIGHT, align_group_id);
}
ShelfAlignmentMenu::~ShelfAlignmentMenu() {}
« no previous file with comments | « ash/common/focus_cycler.h ('k') | ash/common/shelf/shelf_item_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698