code style: space between close paren and open brace

This commit is contained in:
Daniel Stenberg
2011-07-04 22:10:32 +02:00
parent dc97475ded
commit b680fd180b
9 changed files with 28 additions and 29 deletions

View File

@@ -421,7 +421,7 @@ static bool init_resolve_thread (struct connectdata *conn,
socket error string function can be used for this pupose. */
static const char *gai_strerror(int ecode)
{
switch (ecode){
switch (ecode) {
case EAI_AGAIN:
return "The name could not be resolved at this time";
case EAI_BADFLAGS: