summaryrefslogtreecommitdiff
path: root/test/indent/c-family/close-function-with-struct-param/cmd
AgeCommit message (Collapse)Author
2021-04-08Fix invalid insertion of ; after } closing some functionsMaxime Coste
Function taking a parameter with a struct tag on the last line before the opening { were wrongly treated as structs. Add some additional regex logic to try to catch those cases. Fixes #4136