]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #44900 - Havvy:normalize-lang-attribute-spacing, r=sfackler
authorMark Simulacrum <mark.simulacrum@gmail.com>
Fri, 29 Sep 2017 23:59:04 +0000 (17:59 -0600)
committerGitHub <noreply@github.com>
Fri, 29 Sep 2017 23:59:04 +0000 (17:59 -0600)
Normalize spaces in lang attributes.

So, like, I grepped for all `lang` attributes for *reasons* and I noticed that they all share the same spacing of `#[lang = "item_name"]` except these five instances. So I decided to fix that. So enjoy this PR of exactly ten spaces.


Trivial merge