Reformat the world

This commit is contained in:
Tim Wojtulewicz 2021-09-16 15:35:39 -07:00
parent 194cb24547
commit b2f171ec69
714 changed files with 35149 additions and 35203 deletions

View file

@ -4,12 +4,14 @@
#include "zeek/Options.h"
namespace zeek::detail {
namespace zeek::detail
{
struct SetupResult {
struct SetupResult
{
int code = 0;
Options options;
};
};
/**
* Initializes Zeek's global state.
@ -28,4 +30,4 @@ SetupResult setup(int argc, char** argv, Options* options = nullptr);
*/
int cleanup(bool did_run_loop);
} // namespace zeek::detail
} // namespace zeek::detail