More linting in src/include/86box

This commit is contained in:
Jasmine Iwanek
2023-08-21 20:26:11 -04:00
parent 98bfebc223
commit 3a0ddc2087
55 changed files with 364 additions and 364 deletions

View File

@@ -12,8 +12,7 @@
#define TIMER_ENABLED 1
#pragma pack(push, 1)
typedef struct ts_struct_t
{
typedef struct ts_struct_t {
uint32_t frac;
uint32_t integer;
} ts_struct_t;