mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:03:31 +03:00
checksrc: stricter no-space-before-paren enforcement
In order to make the code style more uniform everywhere
This commit is contained in:
parent
5fad800efd
commit
b228d2952b
81 changed files with 281 additions and 260 deletions
|
|
@ -78,7 +78,7 @@ void ourWriteEnv(CURL *curl)
|
|||
double doubleinfo;
|
||||
|
||||
for(i=0; variables[i].name; i++) {
|
||||
switch (variables[i].type) {
|
||||
switch(variables[i].type) {
|
||||
case writeenv_STRING:
|
||||
if(curl_easy_getinfo(curl, variables[i].id, &string) == CURLE_OK)
|
||||
internalSetEnv(variables[i].name, string);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue