indents(c): Refactor indent queries

This commit is contained in:
Pham Huy Hoang 2023-01-10 14:04:27 +09:00 committed by Stephan Seitz
parent 5ac2c92060
commit 2f5deed456
6 changed files with 179 additions and 15 deletions

View file

@ -0,0 +1,7 @@
int main(){
for(;;)
}
int foo(){
while(1)
}