newlines at end of file

This commit is contained in:
Jasmine Iwanek
2022-02-18 21:38:51 -05:00
parent 30e0c7f21b
commit 4287e44824
86 changed files with 55 additions and 92 deletions

View File

@@ -52,4 +52,4 @@ endif()
# that cause ~3000 lines to be output into the logs each time
if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
target_compile_options(voodoo PRIVATE "-Wstringop-overflow=0")
endif()
endif()

View File

@@ -208,4 +208,3 @@ int ati_eeprom_read(ati_eeprom_t *eeprom)
{
return eeprom->out;
}

View File

@@ -200,4 +200,4 @@ const device_t att492_ramdac_device =
0, ATT_492,
att49x_ramdac_init, att49x_ramdac_close,
NULL, { NULL }, NULL, NULL
};
};

View File

@@ -184,4 +184,4 @@ const device_t att498_ramdac_device =
0, 0,
att498_ramdac_init, att498_ramdac_close,
NULL, { NULL }, NULL, NULL
};
};

View File

@@ -103,4 +103,3 @@ const device_t av9194_device =
av9194_init, NULL,
NULL, { NULL }, NULL, NULL
};

View File

@@ -392,4 +392,4 @@ const device_t realtek_rtg3106_device = {
rtg_speed_changed,
rtg_force_redraw,
rtg_config
};
};

View File

@@ -186,4 +186,4 @@ const device_t sc11486_ramdac_device =
0, 3,
sc1148x_ramdac_init, sc1148x_ramdac_close,
NULL, { NULL }, NULL, NULL
};
};

View File

@@ -3074,4 +3074,4 @@ const device_t velocity_100_agp_device =
banshee_speed_changed,
banshee_force_redraw,
banshee_sdram_config
};
};