mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
various minor things from clang-tidy
This commit is contained in:
@ -214,8 +214,8 @@ format
|
||||
|
||||
#ifdef __cplusplus
|
||||
struct xy {
|
||||
int x;
|
||||
int y;
|
||||
int x=0;
|
||||
int y=0;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user