aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/layout_interface.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2014-04-07 11:41:58 +0200
committerMs2ger <ms2ger@gmail.com>2014-04-07 11:41:58 +0200
commit4e34fcd26451a09912bb53db61f4a04da8173dbb (patch)
tree10113bcce656b1058a2fe9f6cc3b3972feeb9e83 /src/components/script/layout_interface.rs
parent86c83f7bfc2c748047dbd9b2d4b788e77714c980 (diff)
downloadservo-4e34fcd26451a09912bb53db61f4a04da8173dbb.tar.gz
servo-4e34fcd26451a09912bb53db61f4a04da8173dbb.zip
Remove trailing whitespace.
Diffstat (limited to 'src/components/script/layout_interface.rs')
-rw-r--r--src/components/script/layout_interface.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/layout_interface.rs b/src/components/script/layout_interface.rs
index 9dce53fc36e..197bd123e3f 100644
--- a/src/components/script/layout_interface.rs
+++ b/src/components/script/layout_interface.rs
@@ -73,7 +73,7 @@ pub struct ContentBoxesResponse(~[Rect<Au>]);
pub struct HitTestResponse(UntrustedNodeAddress);
pub struct MouseOverResponse(~[UntrustedNodeAddress]);
-/// Determines which part of the
+/// Determines which part of the
#[deriving(Eq, Ord, TotalEq, TotalOrd)]
pub enum DocumentDamageLevel {
/// Reflow, but do not perform CSS selector matching.