Skip to content

Commit

Permalink
Add line at EOF for jobs.c and jobs.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleysmith23 committed Oct 24, 2023
1 parent 7d27862 commit e1e175d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/include/jobs.h
Original file line number Diff line number Diff line change
Expand Up @@ -881,4 +881,4 @@ bool Jobs_IsJobUpdateStatus( const char * topic,
#endif
/* *INDENT-ON* */

#endif /* ifndef JOBS_H_ */
#endif /* ifndef JOBS_H_ */
2 changes: 1 addition & 1 deletion source/jobs.c
Original file line number Diff line number Diff line change
Expand Up @@ -924,4 +924,4 @@ size_t Jobs_GetJobDocument( const char * message,
}

return jobDocLength;
}
}

0 comments on commit e1e175d

Please sign in to comment.