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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.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/init_globals.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js
index 73df385ecb747163a79f84598c4e61b4f43eac47..31330e9bf734afdfb11e1e2bc19f8996dc20939c 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/init_globals.js
@@ -22,7 +22,7 @@ goog.require('cvox.Serializer');
/**
* @constructor
*/
-cvox.InitGlobals = function() { };
+cvox.InitGlobals = function() {};
/**
@@ -34,9 +34,9 @@ cvox.InitGlobals.initGlobals = function() {
}
cvox.ChromeVox.tts = new cvox.CompositeTts()
- .add(cvox.HostFactory.getTts())
- .add(cvox.History.getInstance())
- .add(cvox.ConsoleTts.getInstance());
+ .add(cvox.HostFactory.getTts())
+ .add(cvox.History.getInstance())
+ .add(cvox.ConsoleTts.getInstance());
if (!cvox.ChromeVox.braille) {
cvox.ChromeVox.braille = cvox.HostFactory.getBraille();

Powered by Google App Engine
This is Rietveld 408576698