From: Michal Sojka Date: Sat, 31 Aug 2019 21:14:20 +0000 (+0200) Subject: Get rid of "last line of file ends without a newline" warning X-Git-Url: http://rtime.felk.cvut.cz/gitweb/pes-rpp/rpp-lib.git/commitdiff_plain/1361bde777e972de5a040f1e76faef7bc83848cf Get rid of "last line of file ends without a newline" warning --- diff --git a/rpp/src/sys/notification.c b/rpp/src/sys/notification.c index bd16549..c75694a 100644 --- a/rpp/src/sys/notification.c +++ b/rpp/src/sys/notification.c @@ -137,4 +137,4 @@ void EMACCore0TxIsr(void) } */ } -#endif /* ifndef FREERTOS_POSIX */ \ No newline at end of file +#endif /* ifndef FREERTOS_POSIX */