Remove trailing whitespace.

This commit is contained in:
Ms2ger 2014-04-07 11:41:58 +02:00
parent 86c83f7bfc
commit 4e34fcd264
39 changed files with 117 additions and 117 deletions

View file

@ -14,7 +14,7 @@ use servo_util::str::DOMString;
use geom::point::Point2D;
pub enum Event_ {
ResizeEvent(uint, uint),
ResizeEvent(uint, uint),
ReflowEvent,
ClickEvent(uint, Point2D<f32>),
MouseDownEvent(uint, Point2D<f32>),