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

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: Created 4 years 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/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.

Powered by Google App Engine
This is Rietveld 408576698