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

Unified Diff: ash/system/chromeos/keyboard_brightness_controller.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/system/chromeos/enterprise/tray_enterprise.cc ('k') | ash/system/chromeos/label_tray_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/keyboard_brightness_controller.cc
diff --git a/ash/system/chromeos/keyboard_brightness_controller.cc b/ash/system/chromeos/keyboard_brightness_controller.cc
index 8b8c3fbbfb43f7afad7b0a9ffb67aec34a07403d..a5f7fd95531a99391b24ef832dc022d75d71556e 100644
--- a/ash/system/chromeos/keyboard_brightness_controller.cc
+++ b/ash/system/chromeos/keyboard_brightness_controller.cc
@@ -18,8 +18,9 @@ void KeyboardBrightnessController::HandleKeyboardBrightnessDown(
UMA_ACCEL_KEYBOARD_BRIGHTNESS_DOWN_F6);
}
- chromeos::DBusThreadManager::Get()->GetPowerManagerClient()->
- DecreaseKeyboardBrightness();
+ chromeos::DBusThreadManager::Get()
+ ->GetPowerManagerClient()
+ ->DecreaseKeyboardBrightness();
}
void KeyboardBrightnessController::HandleKeyboardBrightnessUp(
@@ -29,8 +30,9 @@ void KeyboardBrightnessController::HandleKeyboardBrightnessUp(
UMA_ACCEL_KEYBOARD_BRIGHTNESS_UP_F7);
}
- chromeos::DBusThreadManager::Get()->GetPowerManagerClient()->
- IncreaseKeyboardBrightness();
+ chromeos::DBusThreadManager::Get()
+ ->GetPowerManagerClient()
+ ->IncreaseKeyboardBrightness();
}
} // namespace ash
« no previous file with comments | « ash/system/chromeos/enterprise/tray_enterprise.cc ('k') | ash/system/chromeos/label_tray_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698