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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/keyboard_handler.js

Issue 2943193002: Run clang-format on .js files in c/b/r/chromeos/chromevox (Closed)
Patch Set: Created 3 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: chrome/browser/resources/chromeos/chromevox/cvox2/background/keyboard_handler.js
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/keyboard_handler.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/keyboard_handler.js
index 76904677001e3d46ea65b9d75ddeb003a6661277..993fc81a296f2192d40318a605b8ff7333110a2f 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/keyboard_handler.js
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/keyboard_handler.js
@@ -92,8 +92,8 @@ BackgroundKeyboardHandler.prototype = {
// Switching out of classic, classic compat, or uninitialized
// (on startup).
window['prefs'].switchToKeyMap('keymap_next');
- } else if (oldMode &&
- oldMode != ChromeVoxMode.CLASSIC &&
+ } else if (
+ oldMode && oldMode != ChromeVoxMode.CLASSIC &&
oldMode != ChromeVoxMode.CLASSIC_COMPAT) {
// Switching out of next. Intentionally do nothing when switching out of
// an uninitialized |oldMode|.

Powered by Google App Engine
This is Rietveld 408576698