diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2020-07-06 16:45:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-06 16:45:34 -0700 |
| commit | 6a41626eaf33d2f3392e06d98a94c630bfc30977 (patch) | |
| tree | fb92f59f27b99c56ed48f6cae649468b4407a073 /toolsrc/src/vcpkg.cpp | |
| parent | ae4968fad40e8c14541dae89c481ec32c0500426 (diff) | |
| download | vcpkg-6a41626eaf33d2f3392e06d98a94c630bfc30977.tar.gz vcpkg-6a41626eaf33d2f3392e06d98a94c630bfc30977.zip | |
[vcpkg] Format the C++ in CI (#11655)
* [vcpkg] Format the C++ in the CI
* format the C++
* CR
Diffstat (limited to 'toolsrc/src/vcpkg.cpp')
| -rw-r--r-- | toolsrc/src/vcpkg.cpp | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/toolsrc/src/vcpkg.cpp b/toolsrc/src/vcpkg.cpp index 9cd964067..b6f0782fa 100644 --- a/toolsrc/src/vcpkg.cpp +++ b/toolsrc/src/vcpkg.cpp @@ -1,9 +1,13 @@ -#include <vcpkg/base/pragmas.h> - #include <vcpkg/base/system_headers.h> +#include <cassert> +#include <fstream> +#include <memory> +#include <random> + #include <vcpkg/base/chrono.h> #include <vcpkg/base/files.h> +#include <vcpkg/base/pragmas.h> #include <vcpkg/base/strings.h> #include <vcpkg/base/system.debug.h> #include <vcpkg/base/system.print.h> @@ -17,11 +21,6 @@ #include <vcpkg/userconfig.h> #include <vcpkg/vcpkglib.h> -#include <cassert> -#include <fstream> -#include <memory> -#include <random> - #if defined(_WIN32) #pragma comment(lib, "ole32") #pragma comment(lib, "shell32") |
