mirror of
https://github.com/curl/curl.git
synced 2026-07-27 05:07:20 +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
|
|
@ -488,7 +488,7 @@ static CURLcode pausewrite(struct Curl_easy *data,
|
|||
*/
|
||||
CURLcode Curl_client_chop_write(struct connectdata *conn,
|
||||
int type,
|
||||
char * ptr,
|
||||
char *ptr,
|
||||
size_t len)
|
||||
{
|
||||
struct Curl_easy *data = conn->data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue