Remove extra spaces in function calls and declarations

This commit is contained in:
Daan Sprenkels 2016-10-30 21:50:57 +01:00
parent 179e11ad8d
commit 66059904b7
7 changed files with 14 additions and 14 deletions

View file

@ -94,7 +94,7 @@ declare_viewport_descriptor! {
}
trait FromMeta: Sized {
fn from_meta (value: &str) -> Option<Self>;
fn from_meta(value: &str) -> Option<Self>;
}
// ViewportLength is a length | percentage | auto | extend-to-zoom