Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Cliff Burdick <[email protected]>
  • Loading branch information
cliffburdick committed Dec 13, 2024
1 parent 84068fb commit 61150e4
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 137 deletions.
4 changes: 2 additions & 2 deletions operators/advanced_network/adv_network_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ uint16_t adv_net_get_pkt_len(std::shared_ptr<AdvNetBurstParams> burst, int idx);

/**
* @brief Get flow ID of a packet
*
*
* Retrieves the flow ID of a packet, or 0 if no flow was matched. The flow ID should match
* the flow ID in the flow rule for the ANO config.
*
Expand Down Expand Up @@ -537,7 +537,7 @@ struct YAML::convert<holoscan::ops::AdvNetConfigYaml> {
if (lbstr == "sw") {
input_spec.common_.loopback_ = holoscan::ops::LoopbackType::LOOPBACK_TYPE_SW;
}
} catch (const std::exception& e) { }
} catch (const std::exception& e) {}

try {
input_spec.debug_ = node["debug"].as<bool>(false);
Expand Down
Loading

0 comments on commit 61150e4

Please sign in to comment.