mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Bump clang-format
This patch contains a bump of the configured clang-format version from 17.0.3 to 18.1.8 and automatically generated C++ source updates. The main difference we are seeing from this is fixes for previously incomplete reformats.
This commit is contained in:
parent
c27e18631c
commit
db42b2cfe5
12 changed files with 32 additions and 35 deletions
|
@ -19,7 +19,7 @@ namespace detail {
|
|||
// with recursive types.
|
||||
class CPPTableType : public TableType {
|
||||
public:
|
||||
CPPTableType() : TableType(nullptr, nullptr){};
|
||||
CPPTableType() : TableType(nullptr, nullptr) {};
|
||||
|
||||
void SetIndexAndYield(TypeListPtr ind, TypePtr yield) {
|
||||
indices = std::move(ind);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue