clangformat

This commit is contained in:
Miodrag Milanovic 2025-07-07 10:15:50 +02:00
parent 84d8e1abe7
commit 0ebd7afab9
2 changed files with 3 additions and 2 deletions

View File

@ -51,7 +51,8 @@ static std::string clock_event_name(const Context *ctx, const ClockEvent &e)
return value;
};
static std::vector<std::string> net_sources(const NetInfo *net, const Context *ctx) {
static std::vector<std::string> net_sources(const NetInfo *net, const Context *ctx)
{
auto sources = net->attrs.find(ctx->id("src"));
std::vector<std::string> source_entries;
if (sources != net->attrs.end()) {