.editorconfig: Remove excess apostrophe at *.cocci

Remove the excess apostrophe (') introduced by commit
c4b471bd13.

Some editors complain about it.

Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
This commit is contained in:
Yasushi SHOJI 2024-06-17 01:05:02 +09:00 committed by Sam Lantinga
parent 182a28b343
commit 98499d6818
1 changed files with 1 additions and 1 deletions

View File

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