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

Unified Diff: third_party/WebKit/Source/core/editing/serializers/MarkupFormatter.h

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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/editing/serializers/MarkupFormatter.h
diff --git a/third_party/WebKit/Source/core/editing/serializers/MarkupFormatter.h b/third_party/WebKit/Source/core/editing/serializers/MarkupFormatter.h
index f47b5262058250922cccc8ae412835d2915c801b..483e1e6988fe03392d2a026f9993f4e83ed5d481 100644
--- a/third_party/WebKit/Source/core/editing/serializers/MarkupFormatter.h
+++ b/third_party/WebKit/Source/core/editing/serializers/MarkupFormatter.h
@@ -59,10 +59,9 @@ enum EntityMask {
kEntityMaskInCDATA = 0,
kEntityMaskInPCDATA = kEntityAmp | kEntityLt | kEntityGt,
kEntityMaskInHTMLPCDATA = kEntityMaskInPCDATA | kEntityNbsp,
- kEntityMaskInAttributeValue =
- kEntityAmp | kEntityQuot | kEntityLt | kEntityGt | kEntityTab |
- kEntityLineFeed |
- kEntityCarriageReturn,
+ kEntityMaskInAttributeValue = kEntityAmp | kEntityQuot | kEntityLt |
+ kEntityGt | kEntityTab | kEntityLineFeed |
+ kEntityCarriageReturn,
kEntityMaskInHTMLAttributeValue = kEntityAmp | kEntityQuot | kEntityNbsp,
};

Powered by Google App Engine
This is Rietveld 408576698