style: fix tidy issues and update test expectations.

This commit is contained in:
Emilio Cobos Álvarez 2018-10-09 20:27:38 +02:00
parent 912d65a392
commit f287691f2e
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
7 changed files with 3 additions and 56 deletions

View file

@ -276,7 +276,7 @@ impl ToComputedValue for SpecifiedImageUrl {
fn serialize_computed_url<W>(
url_value_data: &URLValueData,
dest: &mut CssWriter<W>,
get_url: unsafe extern "C" fn(*const URLValueData, *mut nsCString) -> (),
get_url: unsafe extern "C" fn(*const URLValueData, *mut nsCString),
) -> fmt::Result
where
W: Write,