aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg.cpp
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-06-08 18:31:58 -0700
committerGitHub <noreply@github.com>2019-06-08 18:31:58 -0700
commit80452483725c95549e208c080630499a0676d5f9 (patch)
tree0ae9b46469cbd4446795b878e5b5ae3e946ae336 /toolsrc/src/vcpkg.cpp
parent2ca347614929463fed9a3075902d455929026fa4 (diff)
downloadvcpkg-80452483725c95549e208c080630499a0676d5f9.tar.gz
vcpkg-80452483725c95549e208c080630499a0676d5f9.zip
[vcpkg] Apply clang format (#6826)
Diffstat (limited to 'toolsrc/src/vcpkg.cpp')
-rw-r--r--toolsrc/src/vcpkg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/vcpkg.cpp b/toolsrc/src/vcpkg.cpp
index 9102205d8..ab7586eeb 100644
--- a/toolsrc/src/vcpkg.cpp
+++ b/toolsrc/src/vcpkg.cpp
@@ -388,6 +388,6 @@ int main(const int argc, const char* const* const argv)
}
fflush(stdout);
- //It is expected that one of the sub-commands will exit cleanly before we get here.
+ // It is expected that one of the sub-commands will exit cleanly before we get here.
Checks::exit_fail(VCPKG_LINE_INFO);
}