clang-format all of //ash
See https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/xq3mqL5rsGQ
Purely mechanical change.
cd ash
find . -name \*.h -o -name \*.cc | xargs ../buildtools/linux64/clang-format -i
BUG=none
TEST=none
[email protected]
Review-Url: https://codereview.chromium.org/2095193002
Cr-Commit-Position: refs/heads/master@{#402062}
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 7d9b28b..a620e2a2 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -127,9 +127,7 @@
ShelfWidget* shelf_widget() { return shelf_widget_.get(); }
// Get touch HUDs associated with this root window controller.
- TouchHudDebug* touch_hud_debug() const {
- return touch_hud_debug_;
- }
+ TouchHudDebug* touch_hud_debug() const { return touch_hud_debug_; }
TouchHudProjection* touch_hud_projection() const {
return touch_hud_projection_;
}
@@ -138,9 +136,7 @@
// will not own the HUDs; their lifetimes are managed by themselves. Whenever
// the widget showing a HUD is being destroyed (e.g. because of detaching a
// display), the HUD deletes itself.
- void set_touch_hud_debug(TouchHudDebug* hud) {
- touch_hud_debug_ = hud;
- }
+ void set_touch_hud_debug(TouchHudDebug* hud) { touch_hud_debug_ = hud; }
void set_touch_hud_projection(TouchHudProjection* hud) {
touch_hud_projection_ = hud;
}
@@ -247,10 +243,7 @@
private:
explicit RootWindowController(AshWindowTreeHost* host);
- enum RootWindowType {
- PRIMARY,
- SECONDARY
- };
+ enum RootWindowType { PRIMARY, SECONDARY };
// Initializes the RootWindowController. |is_primary| is true if
// the controller is for primary display. |first_run_after_boot| is