summary refs log tree commit diff
path: root/src/test/pretty/block-comment-trailing-whitespace.rs
blob: 80611467c4e073bf786989fd603702d98474d052 (plain)
1
2
3
4
5
6
7
8
// pp-exact
fn f() {
    /*
    The next line should not be indented.

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