about summary refs log tree commit diff
path: root/tests/pretty/block-comment-trailing-whitespace.rs
blob: aac062869bfac882b62ac8c0c5accebff06f1ff5 (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.
    */
}