aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg-test
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2020-07-11 21:07:51 -0700
committerGitHub <noreply@github.com>2020-07-11 21:07:51 -0700
commit0523b5eb57341e44fc0551900e5803b13686821a (patch)
treec464a61728109f64f7891ebaebfa44195b91d65d /toolsrc/include/vcpkg-test
parent544f8e4593764f78faa94bac2adb81cca5232943 (diff)
downloadvcpkg-0523b5eb57341e44fc0551900e5803b13686821a.tar.gz
vcpkg-0523b5eb57341e44fc0551900e5803b13686821a.zip
[vcpkg formatting] Fix format regex (#12369)
* [vcpkg formatting] correct the header regexes * format
Diffstat (limited to 'toolsrc/include/vcpkg-test')
-rw-r--r--toolsrc/include/vcpkg-test/util.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/toolsrc/include/vcpkg-test/util.h b/toolsrc/include/vcpkg-test/util.h
index f7d2f2a50..ce403c308 100644
--- a/toolsrc/include/vcpkg-test/util.h
+++ b/toolsrc/include/vcpkg-test/util.h
@@ -2,12 +2,13 @@
#include <catch2/catch.hpp>
-#include <memory>
-
#include <vcpkg/base/files.h>
#include <vcpkg/base/pragmas.h>
+
#include <vcpkg/statusparagraph.h>
+#include <memory>
+
#define CHECK_EC(ec) \
do \
{ \