mirror of
https://github.com/curl/curl.git
synced 2026-08-05 17:26:13 +03:00
code: style updates
This commit is contained in:
parent
9d194a1143
commit
a71012c03e
85 changed files with 249 additions and 248 deletions
|
|
@ -246,7 +246,7 @@ static CURLcode base64_encode(const char *table64,
|
|||
table64[obuf[0]],
|
||||
table64[obuf[1]],
|
||||
table64[obuf[2]],
|
||||
table64[obuf[3]] );
|
||||
table64[obuf[3]]);
|
||||
break;
|
||||
}
|
||||
output += 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue