Auto merge of #8750 - GuillaumeGomez:master, r=Wafflespeanut

Ensure that tidy follows the same procedure for sorting

Fixes #8734

cc @Wafflespeanut

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8750)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-12-06 17:23:43 +05:30
commit 7d9a6a8397
2 changed files with 53 additions and 49 deletions

View file

@ -57,12 +57,12 @@ pub use constellation::Constellation;
mod compositor;
mod compositor_layer;
pub mod compositor_task;
pub mod constellation;
mod headless;
pub mod pipeline;
pub mod sandboxing;
mod scrolling;
mod surface_map;
mod timer_scheduler;
pub mod compositor_task;
pub mod constellation;
pub mod pipeline;
pub mod sandboxing;
pub mod windowing;