mirror of
https://github.com/curl/curl.git
synced 2026-05-30 08:47:28 +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
|
|
@ -90,7 +90,7 @@ struct memdebug {
|
|||
union {
|
||||
curl_off_t o;
|
||||
double d;
|
||||
void * p;
|
||||
void *p;
|
||||
} mem[1];
|
||||
/* I'm hoping this is the thing with the strictest alignment
|
||||
* requirements. That also means we waste some space :-( */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue