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

Unified Diff: chrome/browser/resources/net_internals/tab_switcher_view.js

Issue 2602473003: Run tools/clang-format-js on chrome/browser/resources/net_internals (Closed)
Patch Set: drop dep Created 3 years, 12 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/net_internals/tab_switcher_view.js
diff --git a/chrome/browser/resources/net_internals/tab_switcher_view.js b/chrome/browser/resources/net_internals/tab_switcher_view.js
index 8badcf0fda46db095947b5e6fd031ef4c4e64b10..89bb198adaabc128d0c1fc310824b356d5f8bcf4 100644
--- a/chrome/browser/resources/net_internals/tab_switcher_view.js
+++ b/chrome/browser/resources/net_internals/tab_switcher_view.js
@@ -70,8 +70,8 @@ var TabSwitcherView = (function() {
// Position each of the tab's content areas.
for (var tabId in this.tabIdToView_) {
var view = this.tabIdToView_[tabId];
- view.setGeometry(left + tabListWidth, top, width - tabListWidth,
- height);
+ view.setGeometry(
+ left + tabListWidth, top, width - tabListWidth, height);
}
},
« no previous file with comments | « chrome/browser/resources/net_internals/spdy_view.js ('k') | chrome/browser/resources/net_internals/time_util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698