aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/html
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/html
parent86c83f7bfc2c748047dbd9b2d4b788e77714c980 (diff)
downloadservo-4e34fcd26451a09912bb53db61f4a04da8173dbb.tar.gz
servo-4e34fcd26451a09912bb53db61f4a04da8173dbb.zip
Remove trailing whitespace.
Diffstat (limited to 'src/components/script/html')
-rw-r--r--src/components/script/html/hubbub_html_parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/html/hubbub_html_parser.rs b/src/components/script/html/hubbub_html_parser.rs
index e2a870c2bc9..438d28a4898 100644
--- a/src/components/script/html/hubbub_html_parser.rs
+++ b/src/components/script/html/hubbub_html_parser.rs
@@ -54,7 +54,7 @@ type JSResult = ~[JSFile];
enum CSSMessage {
CSSTaskNewFile(StylesheetProvenance),
- CSSTaskExit
+ CSSTaskExit
}
enum JSMessage {