aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/main/pipeline.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/main/pipeline.rs
parent86c83f7bfc2c748047dbd9b2d4b788e77714c980 (diff)
downloadservo-4e34fcd26451a09912bb53db61f4a04da8173dbb.tar.gz
servo-4e34fcd26451a09912bb53db61f4a04da8173dbb.zip
Remove trailing whitespace.
Diffstat (limited to 'src/components/main/pipeline.rs')
-rw-r--r--src/components/main/pipeline.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/main/pipeline.rs b/src/components/main/pipeline.rs
index f61de1deba3..4c9af26edb8 100644
--- a/src/components/main/pipeline.rs
+++ b/src/components/main/pipeline.rs
@@ -21,7 +21,7 @@ use std::cell::RefCell;
use std::rc::Rc;
use url::Url;
-/// A uniquely-identifiable pipeline of script task, layout task, and render task.
+/// A uniquely-identifiable pipeline of script task, layout task, and render task.
pub struct Pipeline {
id: PipelineId,
subpage_id: Option<SubpageId>,