Indent properly
This commit is contained in:
parent
f93e890b4d
commit
478e3e4649
1 changed files with 3 additions and 3 deletions
|
@ -312,10 +312,10 @@ struct CurlDownloader : public Downloader
|
||||||
case CURLE_BAD_FUNCTION_ARGUMENT:
|
case CURLE_BAD_FUNCTION_ARGUMENT:
|
||||||
case CURLE_INTERFACE_FAILED:
|
case CURLE_INTERFACE_FAILED:
|
||||||
case CURLE_UNKNOWN_OPTION:
|
case CURLE_UNKNOWN_OPTION:
|
||||||
err = Misc;
|
err = Misc;
|
||||||
break;
|
break;
|
||||||
default: // Shut up warnings
|
default: // Shut up warnings
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue