clang-format: add new line at EOF.

Compliance failed for not having a new line
at EOF yet I ran `git clang-format`. Adding
this to the clang-format file will auto fix
this in the future.

Signed-off-by: Brandon Allen <brandon.allen@exacttechnology.com>
This commit is contained in:
Brandon Allen 2025-04-10 12:55:11 -04:00 committed by Benjamin Cabé
commit 7126fab232

View file

@ -99,6 +99,7 @@ IndentCaseLabels: false
IndentGotoLabels: false
IndentWidth: 8
InsertBraces: true
InsertNewlineAtEOF: true
SpaceBeforeInheritanceColon: False
SpaceBeforeParens: ControlStatementsExceptControlMacros
SortIncludes: Never