Skip to content

Commit

Permalink
Auto merge of #26757 - oli-obk:style_fixes, r=brson
Browse files Browse the repository at this point in the history
the indentation has always been a thorn in my eye.

If it's preferred I'll leave the `unsafe` where it was and change it to

```rust
unsafe { match e.node {
    ...
} } // unsafe { match e.node {
```

so there's no unnecessary indent
  • Loading branch information
bors committed Jul 6, 2015
2 parents 2ceaa77 + 106f382 commit 9d9e267
Showing 1 changed file with 284 additions and 310 deletions.
Loading

0 comments on commit 9d9e267

Please sign in to comment.