chore: fix clang-tidy warnings (#38079)
* chore: fix clang-tidy warnings * refactor: avoid need for NOLINTNEXTLINE
This commit is contained in:
parent
fe5cdd39d6
commit
08593fd2bd
20 changed files with 41 additions and 37 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
// Unity data typedefs.
|
||||
typedef struct _UnityInspector UnityInspector;
|
||||
typedef UnityInspector* (*unity_inspector_get_default_func)(void);
|
||||
typedef UnityInspector* (*unity_inspector_get_default_func)();
|
||||
typedef gboolean (*unity_inspector_get_unity_running_func)(
|
||||
UnityInspector* self);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue