mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:03:34 +03:00
code style: use spaces around equals signs
This commit is contained in:
parent
e155f38d1e
commit
6b84438d9a
144 changed files with 995 additions and 990 deletions
|
|
@ -334,7 +334,7 @@ long proto2num(struct OperationConfig *config, long *val, const char *str)
|
|||
}
|
||||
}
|
||||
|
||||
for(pp=protos; pp->name; pp++) {
|
||||
for(pp = protos; pp->name; pp++) {
|
||||
if(curl_strequal(token, pp->name)) {
|
||||
switch(action) {
|
||||
case deny:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue