From e7662df348f060afb3b50f67beba236bb88bc6eb Mon Sep 17 00:00:00 2001 From: Diamond Lewis Date: Tue, 25 Jul 2023 22:21:05 -0500 Subject: [PATCH] clean up --- src/libleo/leofunc.c | 2 +- src/libleo/leoseek.c | 2 +- src/libleo/leowrite.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libleo/leofunc.c b/src/libleo/leofunc.c index cda569f..8f0ed0b 100644 --- a/src/libleo/leofunc.c +++ b/src/libleo/leofunc.c @@ -130,4 +130,4 @@ s32 LeoResetClear(void) { return LEO_SENSE_NO_ADDITIONAL_SENSE_INFOMATION; } return resetclear.sense; -} \ No newline at end of file +} diff --git a/src/libleo/leoseek.c b/src/libleo/leoseek.c index 2bc8c2a..aa3702c 100644 --- a/src/libleo/leoseek.c +++ b/src/libleo/leoseek.c @@ -28,4 +28,4 @@ void leoSeek(void) { LEOcur_command->header.sense = sense_code; LEOcur_command->header.status = LEO_SENSE_DIAGNOSTIC_FAILURE; return; -} \ No newline at end of file +} diff --git a/src/libleo/leowrite.c b/src/libleo/leowrite.c index a675387..66d2b7e 100644 --- a/src/libleo/leowrite.c +++ b/src/libleo/leowrite.c @@ -51,4 +51,4 @@ void leoWrite(void) { } #else #pragma GLOBAL_ASM("asm/nonmatchings/libleo/leowrite/leoWrite.s") -#endif \ No newline at end of file +#endif