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

Unified Diff: chrome/browser/resources/chromeos/chromevox/walkers/abstract_shifter.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/abstract_shifter.js
diff --git a/chrome/browser/resources/chromeos/chromevox/walkers/abstract_shifter.js b/chrome/browser/resources/chromeos/chromevox/walkers/abstract_shifter.js
index 3da50994e6b8aa238e34ab4943bc5b5474d32060..0d722690ccc4e4de054fa3a1099bde2a5130e9cd 100644
--- a/chrome/browser/resources/chromeos/chromevox/walkers/abstract_shifter.js
+++ b/chrome/browser/resources/chromeos/chromevox/walkers/abstract_shifter.js
@@ -138,11 +138,11 @@ cvox.AbstractShifter.prototype.isSubnavigating = function() {
/**
* Delegates to current walker.
- * @param {string} name Action name.
+ * @param {string} name Action name.
* @return {boolean} True if this shifter contains action.
*/
cvox.AbstractShifter.prototype.hasAction = function(name) {
-return this.currentWalker_.hasAction(name);
+ return this.currentWalker_.hasAction(name);
};

Powered by Google App Engine
This is Rietveld 408576698