mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:53:34 +03:00
code style: use spaces around pluses
This commit is contained in:
parent
ca86006deb
commit
e5743f08e7
104 changed files with 386 additions and 366 deletions
|
|
@ -118,7 +118,7 @@ static void memory_tracking_init(void)
|
|||
/* returns a hexdump in a static memory area */
|
||||
char *hexdump(const unsigned char *buffer, size_t len)
|
||||
{
|
||||
static char dump[200*3+1];
|
||||
static char dump[200 * 3 + 1];
|
||||
char *p = dump;
|
||||
size_t i;
|
||||
if(len > 200)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue