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

@ -5,13 +5,15 @@
#pragma once
namespace zeek::detail {
namespace zeek::detail
{
class ExprOptInfo {
class ExprOptInfo
{
public:
// The AST number of the statement in which this expression
// appears.
int stmt_num = -1; // -1 = not assigned yet
};
int stmt_num = -1; // -1 = not assigned yet
};
} // namespace zeek::detail
} // namespace zeek::detail