aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/c/issue-4117.c
blob: 12e05c63df989da8fa2f3fbcaba43cf9bb519bf7 (plain) (blame)
1
2
3
4
5
6
int main(){
    if(1){
    } 
    else {
    }
}