Auto merge of #9956 - servo:org-indent, r=Manishearth

Fix "profile_traits" section indentation in ORGANIZATION.md.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9956)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-03-11 13:09:21 +05:30
commit 53aca4b80e

View file

@ -31,7 +31,7 @@
* profile
* Memory and time profilers.
* profile_traits
* APIs to the profile crate for crates that don't want to depend on the profile crate for build speed reasons.
* APIs to the profile crate for crates that don't want to depend on the profile crate for build speed reasons.
* script
* Implementation of the DOM (native Rust code and bindings to SpiderMonkey).
* script_traits