minor: Fix end of file endings ()

This commit is contained in:
MDW 2023-11-29 20:55:35 +01:00 committed by GitHub
parent f0f7b3ca26
commit 35fb768faa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 4 deletions

View file

@ -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/

View file

@ -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/

View file

@ -281,4 +281,4 @@ You can limit the processing to original (or N-times) real-time using `-M replay
[-T <seconds>] 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.
:::
:::

View file

@ -311,4 +311,3 @@ void jsmn_init(jsmn_parser *parser) {
parser->toknext = 0;
parser->toksuper = -1;
}