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

Unified Diff: third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h

Issue 2700123003: DO NOT COMMIT: Results of running old (current) 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/html/HTMLViewSourceDocument.h
diff --git a/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h b/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h
index daa2a87e18fd8188e7bdecf7935bad91b821a434..e4e475f07104d4861a69f957ecfd88e676849047 100644
--- a/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h
+++ b/third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h
@@ -74,9 +74,7 @@ class CORE_EXPORT HTMLViewSourceDocument final : public HTMLDocument {
bool isLink = false,
bool isAnchor = false,
const AtomicString& link = nullAtom);
- int addSrcset(const String& source,
- int start,
- int end);
+ int addSrcset(const String& source, int start, int end);
void maybeAddSpanForAnnotation(SourceAnnotation);
Element* addLink(const AtomicString& url, bool isAnchor);

Powered by Google App Engine
This is Rietveld 408576698