mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Auto merge of #5802 - mmatyas:indentfix, r=jdm
<!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5802) <!-- Reviewable:end -->
This commit is contained in:
commit
43d666f94b
5 changed files with 29 additions and 29 deletions
|
@ -840,7 +840,7 @@ impl ByteMatcher {
|
|||
|
||||
//The string "<?xml".
|
||||
fn text_xml()->ByteMatcher {
|
||||
ByteMatcher{
|
||||
ByteMatcher {
|
||||
pattern: b"<?xml",
|
||||
mask: b"\xFF\xFF\xFF\xFF\xFF",
|
||||
content_type: ("text", "xml"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue