From e1e175d38ea2924d34bba2c5314e825b263ffe87 Mon Sep 17 00:00:00 2001 From: bradleysmith23 Date: Tue, 24 Oct 2023 13:49:34 -0700 Subject: [PATCH] Add line at EOF for jobs.c and jobs.h --- source/include/jobs.h | 2 +- source/jobs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/include/jobs.h b/source/include/jobs.h index a73351b1..54ad4ac9 100644 --- a/source/include/jobs.h +++ b/source/include/jobs.h @@ -881,4 +881,4 @@ bool Jobs_IsJobUpdateStatus( const char * topic, #endif /* *INDENT-ON* */ -#endif /* ifndef JOBS_H_ */ \ No newline at end of file +#endif /* ifndef JOBS_H_ */ diff --git a/source/jobs.c b/source/jobs.c index 5cb7e6e0..cfd01608 100644 --- a/source/jobs.c +++ b/source/jobs.c @@ -924,4 +924,4 @@ size_t Jobs_GetJobDocument( const char * message, } return jobDocLength; -} \ No newline at end of file +}