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

Unified Diff: chrome/browser/resources/net_internals/top_mid_bottom_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/top_mid_bottom_view.js
diff --git a/chrome/browser/resources/net_internals/top_mid_bottom_view.js b/chrome/browser/resources/net_internals/top_mid_bottom_view.js
index 586482d1bf622c173c4c587cc37d3245fd3c8f25..a4df5565dd961b85a5f63a3dc47cd117cd57ac94 100644
--- a/chrome/browser/resources/net_internals/top_mid_bottom_view.js
+++ b/chrome/browser/resources/net_internals/top_mid_bottom_view.js
@@ -61,11 +61,11 @@ var TopMidBottomView = (function() {
// Position the boxes using calculated split points.
if (this.topView_)
this.topView_.setGeometry(left, top, width, topbarHeight);
- this.midView_.setGeometry(left, top + topbarHeight, width,
- middleboxHeight);
+ this.midView_.setGeometry(
+ left, top + topbarHeight, width, middleboxHeight);
if (this.bottomView_) {
- this.bottomView_.setGeometry(left, top + topbarHeight + middleboxHeight,
- width, bottombarHeight);
+ this.bottomView_.setGeometry(
+ left, top + topbarHeight + middleboxHeight, width, bottombarHeight);
}
},
« no previous file with comments | « chrome/browser/resources/net_internals/timeline_view.js ('k') | chrome/browser/resources/net_internals/util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698