From 076a231afb70f1651070072fe13bae7e4f9aed4d Mon Sep 17 00:00:00 2001 From: Francesco Sblendorio Date: Wed, 25 Aug 2021 17:45:21 +0200 Subject: [PATCH] insert EOLs --- src/samples/geouterm-res.grc | 2 +- src/samples/loader.bas | 2 +- src/samples/screen_utility.c | 1 - src/samples/u-chat.c | 2 +- src/samples/u-menu.c | 2 +- src/samples/u-sample.c | 2 +- src/samples/u-shell.c | 2 +- 7 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/samples/geouterm-res.grc b/src/samples/geouterm-res.grc index d492fbe..13269a5 100644 --- a/src/samples/geouterm-res.grc +++ b/src/samples/geouterm-res.grc @@ -53,4 +53,4 @@ HEADER APPLICATION "GeoUTerm" "Ultimate" "V1.0" ; structure seq ; can be: SEQ, VLIR (only UPPER- or lower-case) mode any ; can be: any, 40only, 80only, c64only icon "geouterm.icon" -} \ No newline at end of file +} diff --git a/src/samples/loader.bas b/src/samples/loader.bas index 1c33ee2..0574bd0 100644 --- a/src/samples/loader.bas +++ b/src/samples/loader.bas @@ -16,4 +16,4 @@ 170 print"load"chr$(34)p$c$chr$(34)","peek(186) 180 pokeb,145:pokeb+1,145:pokeb+2,145 190 pokeb+3,13:pokeb+4,82:pokeb+5,85:pokeb+6,78:pokeb+7,13 -200 poket,8 \ No newline at end of file +200 poket,8 diff --git a/src/samples/screen_utility.c b/src/samples/screen_utility.c index 922901e..c2939f6 100644 --- a/src/samples/screen_utility.c +++ b/src/samples/screen_utility.c @@ -229,4 +229,3 @@ void cursor_off(void) { #endif } #pragma optimize (pop) - diff --git a/src/samples/u-chat.c b/src/samples/u-chat.c index 83df144..ff59ca2 100644 --- a/src/samples/u-chat.c +++ b/src/samples/u-chat.c @@ -932,4 +932,4 @@ void vdc_write_reg(void) } #pragma optimize (pop) -#endif \ No newline at end of file +#endif diff --git a/src/samples/u-menu.c b/src/samples/u-menu.c index d1eb171..345fdb7 100644 --- a/src/samples/u-menu.c +++ b/src/samples/u-menu.c @@ -27,4 +27,4 @@ void main(void) // for more dos commands to TARGET_DOS1 or TARGET_DOS2 uii_freeze(); printf("\n\nGoing into Ultimate menu: %s", uii_status); -} \ No newline at end of file +} diff --git a/src/samples/u-sample.c b/src/samples/u-sample.c index 2d56b1d..491318d 100644 --- a/src/samples/u-sample.c +++ b/src/samples/u-sample.c @@ -104,4 +104,4 @@ void main(void) // for more dos commands to TARGET_DOS1 or TARGET_DOS2 uii_freeze(); printf("\n\nGoing into Ultimate menu: %s", uii_status); -} \ No newline at end of file +} diff --git a/src/samples/u-shell.c b/src/samples/u-shell.c index 198ee41..b439ce9 100644 --- a/src/samples/u-shell.c +++ b/src/samples/u-shell.c @@ -219,4 +219,4 @@ void main(void) } } } -} \ No newline at end of file +}