cs86661

Results 1 issues of cs86661

When the cursor is on "return" (vim: set noet, >--- means tab indent): ``` c void foo() { >---if(bar) >---{ >--->---return; >---} } ``` And then press "dsB", the result...