Run clang-format on all of our plugin test c++ files

This commit is contained in:
Tim Wojtulewicz 2022-06-27 16:28:50 -07:00
parent b59bfe5558
commit dc65b6248c
29 changed files with 400 additions and 336 deletions

View file

@ -3,8 +3,10 @@
#include <zeek/3rdparty/doctest.h>
namespace btest::plugin::Demo_Doctest { Plugin plugin; }
namespace btest::plugin::Demo_Doctest
{
Plugin plugin;
}
using namespace btest::plugin::Demo_Doctest;
@ -20,6 +22,6 @@ zeek::plugin::Configuration Plugin::Configure()
}
TEST_CASE("doctest-plugin/demotest")
{
CHECK(true);
}
{
CHECK(true);
}