Whitespace cleanups, formatting, license headers

This commit is contained in:
Jasmine Iwanek
2025-07-25 17:23:42 -04:00
parent 976516fa62
commit 188b6da202
5 changed files with 340 additions and 270 deletions

View File

@@ -120,12 +120,12 @@ static const struct {
const device_t *device;
} controllers[] = {
// clang-format off
{ &cdrom_interface_none_device },
{ &cdrom_interface_none_device },
#ifdef USE_CDROM_MITSUMI
{ &mitsumi_cdrom_device },
{ &mitsumi_cdrom_device },
#endif
{ &mke_cdrom_device },
{ NULL }
{ &mke_cdrom_device },
{ NULL }
// clang-format on
};