mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:03:34 +03:00
checksrc: warn on empty line before open brace
... and fix a few occurances Closes #6088
This commit is contained in:
parent
b7ea3d2c22
commit
475c1aba68
6 changed files with 6 additions and 6 deletions
|
|
@ -901,7 +901,6 @@ typedef enum {
|
|||
|
||||
static CURLcode ftp_state_use_port(struct connectdata *conn,
|
||||
ftpport fcmd) /* start with this */
|
||||
|
||||
{
|
||||
CURLcode result = CURLE_OK;
|
||||
struct ftp_conn *ftpc = &conn->proto.ftpc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue