Indent properly

This commit is contained in:
Eelco Dolstra 2018-01-29 16:22:59 +01:00
parent f93e890b4d
commit 478e3e4649
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -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;
} }
} }