Skip to content

Commit

Permalink
minor: Fix end of file endings (#2737)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd authored Nov 29, 2023
1 parent f0f7b3c commit 35fb768
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .deploy/WINDOWS-MINGWW64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/

1 change: 0 additions & 1 deletion .deploy/WINDOWS-MSVC.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/

2 changes: 1 addition & 1 deletion docs/STARTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::
:::
1 change: 0 additions & 1 deletion src/jsmn.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,4 +311,3 @@ void jsmn_init(jsmn_parser *parser) {
parser->toknext = 0;
parser->toksuper = -1;
}

0 comments on commit 35fb768

Please sign in to comment.