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

Unified Diff: chrome/browser/resources/net_internals/log_grouper.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
« no previous file with comments | « chrome/browser/resources/net_internals/index.js ('k') | chrome/browser/resources/net_internals/log_util.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/log_grouper.js
diff --git a/chrome/browser/resources/net_internals/log_grouper.js b/chrome/browser/resources/net_internals/log_grouper.js
index a45b5cde5e2b3ce92d757d257971c1c536890ae5..44ad0f79202cd29a07e7553187cf623cacd08611 100644
--- a/chrome/browser/resources/net_internals/log_grouper.js
+++ b/chrome/browser/resources/net_internals/log_grouper.js
@@ -69,8 +69,7 @@ var LogGroupEntry = (function() {
if (groupEntry.isEnd()) {
// Walk up the parent stack to find the corresponding BEGIN for this
// END.
- var parentIndex =
- findParentIndex(parentStack, groupEntry.orig.type);
+ var parentIndex = findParentIndex(parentStack, groupEntry.orig.type);
if (parentIndex == -1) {
// Unmatched end.
« no previous file with comments | « chrome/browser/resources/net_internals/index.js ('k') | chrome/browser/resources/net_internals/log_util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698