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

@@ -18,8 +18,7 @@
#ifndef EMU_ROW_H
# define EMU_ROW_H
typedef struct _row_
{
typedef struct _row_ {
struct _smram_ *prev;
struct _smram_ *next;
@@ -35,12 +34,9 @@ typedef struct _row_
uint32_t boundary;
} row_t;
extern void row_disable(uint8_t row_id);
extern void row_set_boundary(uint8_t row_id, uint32_t boundary);
extern device_t row_device;
#endif /*EMU_ROW_H*/