Ensure training new line in cocci files

This commit is contained in:
Anonymous Maarten 2023-01-10 16:43:15 +01:00
parent ecc48b882d
commit c4b471bd13
2 changed files with 4 additions and 1 deletions

View file

@ -63,3 +63,6 @@ tab_width = 4
[{*.bat,*.rc}]
end_of_line = crlf
[*.cocci]'
insert_final_newline = true

View file

@ -1746,4 +1746,4 @@ SDL_CreateRenderer(e1,
@@
- SDL_GetRectDisplayIndex
+ SDL_GetDisplayIndexForRect
(...)
(...)