Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Fix end of file endings #2737

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
}