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

Unified Diff: chrome/browser/resources/chromeos/chromevox/walkers/structural_line_walker.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/walkers/structural_line_walker.js
diff --git a/chrome/browser/resources/chromeos/chromevox/walkers/structural_line_walker.js b/chrome/browser/resources/chromeos/chromevox/walkers/structural_line_walker.js
index a1f565b38d3888f857028f42c3eff84751fb9523..d87dcee0fb2042f81802c32377965782583211ca 100644
--- a/chrome/browser/resources/chromeos/chromevox/walkers/structural_line_walker.js
+++ b/chrome/browser/resources/chromeos/chromevox/walkers/structural_line_walker.js
@@ -37,8 +37,9 @@ cvox.StructuralLineWalker.prototype.getGranularityMsg = function() {
*/
cvox.StructuralLineWalker.prototype.getDescription = function(prevSel, sel) {
var desc = goog.base(this, 'getDescription', prevSel, sel);
- desc[0].text = cvox.DomUtil.getPrefixText(
- sel.absStart().node, sel.absStart().index) + desc[0].text;
+ desc[0].text =
+ cvox.DomUtil.getPrefixText(sel.absStart().node, sel.absStart().index) +
+ desc[0].text;
return desc;
};

Powered by Google App Engine
This is Rietveld 408576698