aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/fs/ata_pio.c
diff options
context:
space:
mode:
authorMarvin Borner2020-03-27 15:45:25 +0100
committerMarvin Borner2020-03-27 15:45:25 +0100
commite5559ad7a555b6f579bda0c6007d61d7a03ae2b9 (patch)
treede3ad6fee2c527ecacc109d0104c8803d4447221 /src/kernel/fs/ata_pio.c
parentcbf21c7f3cced00bd810f102cfa0581cf9b8c402 (diff)
Added and applied tidy command
Diffstat (limited to 'src/kernel/fs/ata_pio.c')
-rw-r--r--src/kernel/fs/ata_pio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/fs/ata_pio.c b/src/kernel/fs/ata_pio.c
index 1786e66..0bd64a5 100644
--- a/src/kernel/fs/ata_pio.c
+++ b/src/kernel/fs/ata_pio.c
@@ -139,4 +139,4 @@ uint8_t ata_clear28(struct ata_interface *interface, uint32_t sector)
{
uint8_t empty_sector[512] = { 0 };
return ata_write28(interface, sector, empty_sector);
-}
+} \ No newline at end of file