diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2020-07-11 21:07:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-11 21:07:51 -0700 |
| commit | 0523b5eb57341e44fc0551900e5803b13686821a (patch) | |
| tree | c464a61728109f64f7891ebaebfa44195b91d65d /toolsrc/src/vcpkg-fuzz/main.cpp | |
| parent | 544f8e4593764f78faa94bac2adb81cca5232943 (diff) | |
| download | vcpkg-0523b5eb57341e44fc0551900e5803b13686821a.tar.gz vcpkg-0523b5eb57341e44fc0551900e5803b13686821a.zip | |
[vcpkg formatting] Fix format regex (#12369)
* [vcpkg formatting] correct the header regexes
* format
Diffstat (limited to 'toolsrc/src/vcpkg-fuzz/main.cpp')
| -rw-r--r-- | toolsrc/src/vcpkg-fuzz/main.cpp | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/toolsrc/src/vcpkg-fuzz/main.cpp b/toolsrc/src/vcpkg-fuzz/main.cpp index af482fb56..85ce742f8 100644 --- a/toolsrc/src/vcpkg-fuzz/main.cpp +++ b/toolsrc/src/vcpkg-fuzz/main.cpp @@ -1,16 +1,17 @@ -#include <string.h> - -#include <iostream> -#include <sstream> -#include <utility> - #include <vcpkg/base/checks.h> #include <vcpkg/base/json.h> #include <vcpkg/base/stringview.h> #include <vcpkg/base/system.print.h> #include <vcpkg/base/unicode.h> + #include <vcpkg/platform-expression.h> +#include <string.h> + +#include <iostream> +#include <sstream> +#include <utility> + using namespace vcpkg; namespace |
