aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-04-06 14:47:15 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-04-06 17:26:59 -0700
commitba432c23bccb3e0eb716765984cc9e9e91845822 (patch)
tree2b4363353c2fa704515d08e780835181ecc525c5 /toolsrc/src
parentd11014e2ae97c8f7b38f72d23d942a4f107afd26 (diff)
downloadvcpkg-ba432c23bccb3e0eb716765984cc9e9e91845822.tar.gz
vcpkg-ba432c23bccb3e0eb716765984cc9e9e91845822.zip
Fix spacing in error message
Diffstat (limited to 'toolsrc/src')
-rw-r--r--toolsrc/src/vcpkg/commands.fetch.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/toolsrc/src/vcpkg/commands.fetch.cpp b/toolsrc/src/vcpkg/commands.fetch.cpp
index 85ec6b289..7cce312dd 100644
--- a/toolsrc/src/vcpkg/commands.fetch.cpp
+++ b/toolsrc/src/vcpkg/commands.fetch.cpp
@@ -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,