mirror of
https://github.com/servo/servo.git
synced 2025-08-01 11:40:30 +01:00
Fix some irregular indentation.
This commit is contained in:
parent
8efd70b01b
commit
91b4246e1b
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