mirror of
https://github.com/curl/curl.git
synced 2026-07-30 12:08:25 +03:00
checksrc: code style: use 'char *name' style
This commit is contained in:
parent
bc7e08471c
commit
dbadaebfc4
68 changed files with 330 additions and 329 deletions
|
|
@ -313,7 +313,7 @@ static CURLcode file_upload(struct connectdata *conn)
|
|||
curl_off_t bytecount = 0;
|
||||
struct timeval now = Curl_tvnow();
|
||||
struct_stat file_stat;
|
||||
const char* buf2;
|
||||
const char *buf2;
|
||||
|
||||
/*
|
||||
* Since FILE: doesn't do the full init, we need to provide some extra
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue