Fix spacing in error message

This commit is contained in:
Alexander Karatarakis 2018-04-06 14:47:15 -07:00
parent d11014e2ae
commit ba432c23bc

View File

@ -247,10 +247,10 @@ namespace vcpkg::Commands::Fetch
Checks::check_exit(VCPKG_LINE_INFO,
sha512 == actual_hash,
"File does not have the expected hash:\n"
" url : [ %s ]\n"
" File path : [ %s ]\n"
" Expected hash: [ %s ]\n"
" Actual hash: [ %s ] \n",
" url : [ %s ]\n"
" File path : [ %s ]\n"
" Expected hash : [ %s ]\n"
" Actual hash : [ %s ]\n",
url,
download_path.u8string(),
sha512,