Auto merge of #9055 - simartin:issue_9042, r=Wafflespeanut

Issue #9042: Report incorrect number of spaces around => in the style checker

Fixes https://github.com/servo/servo/issues/9042

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9055)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-12-24 10:55:48 +05:30
commit f77c792886
7 changed files with 48 additions and 38 deletions

View file

@ -1137,7 +1137,7 @@ impl FragmentDisplayListBuilding for Fragment {
if width > 0 && height > 0 {
let layer_id = self.layer_id();
let canvas_data = match canvas_fragment_info.ipc_renderer {
Some(ref ipc_renderer) => {
Some(ref ipc_renderer) => {
let ipc_renderer = ipc_renderer.lock().unwrap();
let (sender, receiver) = ipc::channel().unwrap();
ipc_renderer.send(CanvasMsg::FromLayout(