diff options
author | Ms2ger <ms2ger@gmail.com> | 2014-04-07 11:41:58 +0200 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2014-04-07 11:41:58 +0200 |
commit | 4e34fcd26451a09912bb53db61f4a04da8173dbb (patch) | |
tree | 10113bcce656b1058a2fe9f6cc3b3972feeb9e83 /src/components/script/script_task.rs | |
parent | 86c83f7bfc2c748047dbd9b2d4b788e77714c980 (diff) | |
download | servo-4e34fcd26451a09912bb53db61f4a04da8173dbb.tar.gz servo-4e34fcd26451a09912bb53db61f4a04da8173dbb.zip |
Remove trailing whitespace.
Diffstat (limited to 'src/components/script/script_task.rs')
-rw-r--r-- | src/components/script/script_task.rs | 4 |
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); |