Indent properly

This commit is contained in:
Eelco Dolstra
2018-01-31 13:46:38 +01:00
parent f93e890b4d
commit 478e3e4649
+3 -3
View File
@@ -312,10 +312,10 @@ struct CurlDownloader : public Downloader
case CURLE_BAD_FUNCTION_ARGUMENT:
case CURLE_INTERFACE_FAILED:
case CURLE_UNKNOWN_OPTION:
err = Misc;
break;
err = Misc;
break;
default: // Shut up warnings
break;
break;
}
}