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

Unified Diff: ash/common/shelf/shelf_item_types.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/shelf/shelf_item_delegate_manager.cc ('k') | ash/common/shelf/shelf_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/shelf_item_types.cc
diff --git a/ash/common/shelf/shelf_item_types.cc b/ash/common/shelf/shelf_item_types.cc
index 3aa581d524c391c2c398f0fd0055e127bb768781..04f4f21d032503f482c9949df0589d27a5b4e725 100644
--- a/ash/common/shelf/shelf_item_types.cc
+++ b/ash/common/shelf/shelf_item_types.cc
@@ -9,20 +9,13 @@
namespace ash {
ShelfItem::ShelfItem()
- : type(TYPE_UNDEFINED),
- id(kInvalidShelfID),
- status(STATUS_CLOSED) {
-}
+ : type(TYPE_UNDEFINED), id(kInvalidShelfID), status(STATUS_CLOSED) {}
-ShelfItem::~ShelfItem() {
-}
+ShelfItem::~ShelfItem() {}
ShelfItemDetails::ShelfItemDetails()
- : type(TYPE_UNDEFINED),
- image_resource_id(kInvalidImageResourceID) {
-}
+ : type(TYPE_UNDEFINED), image_resource_id(kInvalidImageResourceID) {}
-ShelfItemDetails::~ShelfItemDetails() {
-}
+ShelfItemDetails::~ShelfItemDetails() {}
} // namespace ash
« no previous file with comments | « ash/common/shelf/shelf_item_delegate_manager.cc ('k') | ash/common/shelf/shelf_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698