mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
style: stylistic nit. be consistent on how we write inline annotations.
This commit is contained in:
parent
8ba676533b
commit
3a4539f043
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@
|
|||
use cssparser;
|
||||
pub type T = cssparser::RGBA;
|
||||
}
|
||||
#[inline] pub fn get_initial_value() -> computed_value::T {
|
||||
#[inline]
|
||||
pub fn get_initial_value() -> computed_value::T {
|
||||
RGBA { red: 0., green: 0., blue: 0., alpha: 1. } /* black */
|
||||
}
|
||||
pub fn parse_specified(_context: &ParserContext, input: &mut Parser)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue