fixes for a couple compile errors #50

Merged
MartinFouilleul merged 2 commits from compile_fixes into main 2023-08-22 11:48:48 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 513bdacf64 - Show all commits

View File

@ -14,4 +14,5 @@ MaxEmptyLinesToKeep: 1
PointerAlignment: Left PointerAlignment: Left
SeparateDefinitionBlocks: Always SeparateDefinitionBlocks: Always
SpaceBeforeParens: Never SpaceBeforeParens: Never
ReflowComments: false ReflowComments: false
SortIncludes: false