From e5559ad7a555b6f579bda0c6007d61d7a03ae2b9 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 27 Mar 2020 15:45:25 +0100 Subject: Added and applied tidy command --- src/kernel/fs/ata_pio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kernel/fs/ata_pio.c') 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 -- cgit v1.2.3