various minor things from clang-tidy

This commit is contained in:
Erik Frojdh
2020-01-16 11:39:35 +01:00
parent 30a4a1740f
commit 7a00732fa8
6 changed files with 39 additions and 38 deletions

View File

@ -214,8 +214,8 @@ format
#ifdef __cplusplus
struct xy {
int x;
int y;
int x=0;
int y=0;
};
#endif