mirror of
https://github.com/curl/curl.git
synced 2026-07-30 21:08:02 +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
|
|
@ -143,8 +143,8 @@ static bool is_fatal_error(CURLcode code)
|
|||
* and CD/DVD images should be either a STREAM_LF format or a fixed format.
|
||||
*
|
||||
*/
|
||||
static curl_off_t vms_realfilesize(const char * name,
|
||||
const struct_stat * stat_buf)
|
||||
static curl_off_t vms_realfilesize(const char *name,
|
||||
const struct_stat *stat_buf)
|
||||
{
|
||||
char buffer[8192];
|
||||
curl_off_t count;
|
||||
|
|
@ -174,8 +174,8 @@ static curl_off_t vms_realfilesize(const char * name,
|
|||
* if not to call a routine to get the correct size.
|
||||
*
|
||||
*/
|
||||
static curl_off_t VmsSpecialSize(const char * name,
|
||||
const struct_stat * stat_buf)
|
||||
static curl_off_t VmsSpecialSize(const char *name,
|
||||
const struct_stat *stat_buf)
|
||||
{
|
||||
switch(stat_buf->st_fab_rfm) {
|
||||
case FAB$C_VAR:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue