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

Unified Diff: chrome/browser/resources/chromeos/chromevox/braille/braille_key_event_rewriter.js

Issue 2939273002: DO NOT SUBMIT: what chrome/browser/resources/ could eventually look like with clang-format (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/braille/braille_key_event_rewriter.js
diff --git a/chrome/browser/resources/chromeos/chromevox/braille/braille_key_event_rewriter.js b/chrome/browser/resources/chromeos/chromevox/braille/braille_key_event_rewriter.js
index 30f148cfe1e194eee0b81f908a70f8d660318983..09364d7bb1e388ac2d1e0f52b46ae0bea965332a 100644
--- a/chrome/browser/resources/chromeos/chromevox/braille/braille_key_event_rewriter.js
+++ b/chrome/browser/resources/chromeos/chromevox/braille/braille_key_event_rewriter.js
@@ -58,8 +58,7 @@ BrailleKeyEventRewriter.prototype = {
// previous incremental key press.
if (evt.command == cvox.BrailleKeyCommand.DOTS && this.incrementalKey_) {
// Check if this braille pattern has a standard key mapping.
- standardKeyCode =
- cvox.BrailleKeyEvent.brailleDotsToStandardKeyCode[dots];
+ standardKeyCode = cvox.BrailleKeyEvent.brailleDotsToStandardKeyCode[dots];
}
if (standardKeyCode) {

Powered by Google App Engine
This is Rietveld 408576698