summaryrefslogtreecommitdiffstats
path: root/tests/pretty/block-comment-trailing-whitespace.rs
blob: 4d502f603d1d769640825919df2f0b65124b3595 (plain)
1
2
3
4
5
6
7
8
9
10
// compile-flags: --crate-type=lib

// pp-exact
fn f() {
    /*
    The next line should not be indented.

    That one. It shouldn't have been indented.
    */
}