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

Unified Diff: chrome/browser/resources/options/chromeos/display_layout_manager.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/options/chromeos/display_layout_manager.js
diff --git a/chrome/browser/resources/options/chromeos/display_layout_manager.js b/chrome/browser/resources/options/chromeos/display_layout_manager.js
index c51cbdcd972a2fd478788b1e6a7bb06c3a9ae3ae..22901ef1c61f83432e5293a821e404693b6f85da 100644
--- a/chrome/browser/resources/options/chromeos/display_layout_manager.js
+++ b/chrome/browser/resources/options/chromeos/display_layout_manager.js
@@ -99,7 +99,9 @@ cr.define('options', function() {
* @param {string} id
* @return {options.DisplayLayout}
*/
- getDisplayLayout: function(id) { return this.displayLayoutMap_[id]; },
+ getDisplayLayout: function(id) {
+ return this.displayLayoutMap_[id];
+ },
/**
* Returns the number of display layout entries.

Powered by Google App Engine
This is Rietveld 408576698