mirror of
https://github.com/curl/curl.git
synced 2026-08-13 16:00:54 +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
|
|
@ -303,7 +303,7 @@ Curl_hash_next_element(struct curl_hash_iterator *iter)
|
|||
for(i = iter->slot_index;i < h->slots;i++) {
|
||||
if(h->table[i].head) {
|
||||
iter->current_element = h->table[i].head;
|
||||
iter->slot_index = i+1;
|
||||
iter->slot_index = i + 1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue