mirror of
https://github.com/curl/curl.git
synced 2026-08-02 09:10:29 +03:00
Remove empty lines
This commit is contained in:
parent
b5d5771a5a
commit
40834d22e1
1 changed files with 0 additions and 3 deletions
|
|
@ -556,7 +556,6 @@ static const struct writeoutvar variables[] = {
|
|||
|
||||
#define MAX_WRITEOUT_NAME_LENGTH 24
|
||||
|
||||
|
||||
/* return the position after %time{} */
|
||||
static const char *outtime(const char *ptr, /* %time{ ... */
|
||||
FILE *stream)
|
||||
|
|
@ -830,8 +829,6 @@ void ourWriteOut(struct OperationConfig *config, struct per_transfer *per,
|
|||
cur_fil.name = "none";
|
||||
cur_fil.id = FILTER_NONE;
|
||||
}
|
||||
|
||||
|
||||
curlx_dyn_reset(&name);
|
||||
if(!curlx_dyn_addn(&name, ptr, vlen)) {
|
||||
find.name = curlx_dyn_ptr(&name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue