From 35fb768faa61ca675458a3ae6614525ef9a995b4 Mon Sep 17 00:00:00 2001 From: MDW Date: Wed, 29 Nov 2023 20:55:35 +0100 Subject: [PATCH] minor: Fix end of file endings (#2737) --- .deploy/WINDOWS-MINGWW64.txt | 1 - .deploy/WINDOWS-MSVC.txt | 1 - docs/STARTING.md | 2 +- src/jsmn.c | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.deploy/WINDOWS-MINGWW64.txt b/.deploy/WINDOWS-MINGWW64.txt index 5998d7ab0..28f7f5955 100644 --- a/.deploy/WINDOWS-MINGWW64.txt +++ b/.deploy/WINDOWS-MINGWW64.txt @@ -26,4 +26,3 @@ Running the "-F http" option would look like this: (directory)> rtl_433 -F http Press enter and rtl_433 should successfully launch. When it does, go to http://127.0.0.1:8433/ - diff --git a/.deploy/WINDOWS-MSVC.txt b/.deploy/WINDOWS-MSVC.txt index 2b9f62d98..b599e6a4b 100644 --- a/.deploy/WINDOWS-MSVC.txt +++ b/.deploy/WINDOWS-MSVC.txt @@ -27,4 +27,3 @@ Running the "-F http" option would look like this: (directory)> rtl_433 -F http Press enter and rtl_433 should successfully launch. When it does, go to http://127.0.0.1:8433/ - diff --git a/docs/STARTING.md b/docs/STARTING.md index 507ecfa77..43bc3f568 100644 --- a/docs/STARTING.md +++ b/docs/STARTING.md @@ -281,4 +281,4 @@ You can limit the processing to original (or N-times) real-time using `-M replay [-T ] Specify number of seconds to run, also 12:34 or 1h23m45s [-E hop | quit] Hop/Quit after outputting successful event(s) [-M replay[:N]] to replay file inputs at (N-times) realtime. -::: \ No newline at end of file +::: diff --git a/src/jsmn.c b/src/jsmn.c index 853c3f17a..475977110 100644 --- a/src/jsmn.c +++ b/src/jsmn.c @@ -311,4 +311,3 @@ void jsmn_init(jsmn_parser *parser) { parser->toknext = 0; parser->toksuper = -1; } -