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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp
diff --git a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp
index ff4bbbd74955a395503e608747b8b0e446130fba..bed64b18b618c78e866d0f5af4c7169cdbc64db1 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp
+++ b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp
@@ -1513,8 +1513,9 @@ bool InspectorNetworkAgent::fetchResourceContent(Document* document,
if (!cachedResource)
cachedResource = memoryCache()->resourceForURL(
url, document->fetcher()->getCacheIdentifier());
- if (cachedResource && InspectorPageAgent::cachedResourceContent(
- cachedResource, content, base64Encoded))
+ if (cachedResource &&
+ InspectorPageAgent::cachedResourceContent(cachedResource, content,
+ base64Encoded))
return true;
// Then fall back to resource data.

Powered by Google App Engine
This is Rietveld 408576698