aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script_task.rs
diff options
context:
space:
mode:
authorbors-servo <release+servo@mozilla.com>2014-04-07 10:52:26 -0400
committerbors-servo <release+servo@mozilla.com>2014-04-07 10:52:26 -0400
commitbf405ac81ff965c0370743185b9685b7a1de8c17 (patch)
tree10113bcce656b1058a2fe9f6cc3b3972feeb9e83 /src/components/script/script_task.rs
parent86c83f7bfc2c748047dbd9b2d4b788e77714c980 (diff)
parent4e34fcd26451a09912bb53db61f4a04da8173dbb (diff)
downloadservo-bf405ac81ff965c0370743185b9685b7a1de8c17.tar.gz
servo-bf405ac81ff965c0370743185b9685b7a1de8c17.zip
auto merge of #2055 : Ms2ger/servo/trws, r=jdm
Done with `git ls-tree --name-only -r HEAD . | grep "\.rs" | xargs sed -i 's/\s\+$//g'`
Diffstat (limited to 'src/components/script/script_task.rs')
-rw-r--r--src/components/script/script_task.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/script/script_task.rs b/src/components/script/script_task.rs
index c1c3a717f1a..90d0025d237 100644
--- a/src/components/script/script_task.rs
+++ b/src/components/script/script_task.rs
@@ -742,7 +742,7 @@ impl ScriptTask {
// needs to be smarter about exiting pipelines.
None => false,
}
-
+
}
/// The entry point to document loading. Defines bindings, sets up the window and document
@@ -1096,7 +1096,7 @@ impl ScriptTask {
}
None => { target_compare = true; }
}
-
+
if target_compare {
if mouse_over_targets.is_some() {
page.damage(MatchSelectorsDocumentDamage);