aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-10-13 14:54:31 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-10-13 14:54:31 -0700
commitf6a0d78c82789af482eb3c885cbbb73aba7dfb38 (patch)
tree4db7ff5dda752482d36b0afc8ce4cc47a070be97 /toolsrc/include
parent9e19c24d2911ff1ef648aeed0c596e3987eafebf (diff)
downloadvcpkg-f6a0d78c82789af482eb3c885cbbb73aba7dfb38.tar.gz
vcpkg-f6a0d78c82789af482eb3c885cbbb73aba7dfb38.zip
`autocomplete` Rework command, fixing a lot of corner cases in the process
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg_Commands.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/toolsrc/include/vcpkg_Commands.h b/toolsrc/include/vcpkg_Commands.h
index 7cfa2760e..c9a33a8f4 100644
--- a/toolsrc/include/vcpkg_Commands.h
+++ b/toolsrc/include/vcpkg_Commands.h
@@ -194,10 +194,10 @@ namespace vcpkg::Commands
void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths);
}
- namespace Autocomplete
- {
- void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths);
- }
+ namespace Autocomplete
+ {
+ void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths);
+ }
namespace Help
{