All: Cleanup all files

Add newline to end of files and remove whitespace from end of lines
This commit is contained in:
2024-01-24 15:53:38 +02:00
parent 3441f63298
commit dfe5a2d665
226 changed files with 466 additions and 460 deletions
+2 -2
View File
@@ -260,7 +260,7 @@ namespace Kernel::Input
// Flush The Output Buffer
while (!read_byte().is_error())
continue;
// Set the Controller Configuration Byte
TRY(send_command(PS2::Command::READ_CONFIG));
uint8_t config = TRY(read_byte());
@@ -340,7 +340,7 @@ namespace Kernel::Input
dwarnln("Could not reserve irq for PS/2 port 2");
m_devices[1].clear();
}
if (!m_devices[0] && !m_devices[1])
return {};