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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/console_tts.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/chromevox/injected/console_tts.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/console_tts.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/console_tts.js
index d828a22d3a7fde18bef89537120d639e9e705fd3..72656b35d048560128403126c725425e3b93ff98 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/console_tts.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/console_tts.js
@@ -47,7 +47,9 @@ cvox.ConsoleTts.prototype.speak = function(textString, queueMode, properties) {
};
/** @override */
-cvox.ConsoleTts.prototype.isSpeaking = function() { return false; };
+cvox.ConsoleTts.prototype.isSpeaking = function() {
+ return false;
+};
/** @override */
cvox.ConsoleTts.prototype.stop = function() {
@@ -57,13 +59,13 @@ cvox.ConsoleTts.prototype.stop = function() {
};
/** @override */
-cvox.ConsoleTts.prototype.addCapturingEventListener = function(listener) { };
+cvox.ConsoleTts.prototype.addCapturingEventListener = function(listener) {};
/** @override */
-cvox.ConsoleTts.prototype.increaseOrDecreaseProperty = function() { };
+cvox.ConsoleTts.prototype.increaseOrDecreaseProperty = function() {};
/** @override */
-cvox.ConsoleTts.prototype.propertyToPercentage = function() { };
+cvox.ConsoleTts.prototype.propertyToPercentage = function() {};
/**
* Sets the enabled bit.
@@ -74,7 +76,7 @@ cvox.ConsoleTts.prototype.setEnabled = function(enabled) {
};
/** @override */
-cvox.ConsoleTts.prototype.getDefaultProperty = function(property) { };
+cvox.ConsoleTts.prototype.getDefaultProperty = function(property) {};
/** @override */
-cvox.ConsoleTts.prototype.toggleSpeechOnOrOff = function() { };
+cvox.ConsoleTts.prototype.toggleSpeechOnOrOff = function() {};

Powered by Google App Engine
This is Rietveld 408576698