Skip to content

Commit 902b0a7

Browse files
committed
Fix clang-format
1 parent 6a84d5b commit 902b0a7

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

source/parser/topology/host/host_parser.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88

99
namespace sim {
1010

11-
std::shared_ptr<IHost> parse_host(const ConfigNodeWithPreset& preset, const Id& id);
11+
std::shared_ptr<IHost> parse_host(const ConfigNodeWithPreset& preset,
12+
const Id& id);
1213

1314
class HostParser {
1415
public:
1516
static std::shared_ptr<IHost> parse_i_host(
1617
const ConfigNodeWithPreset& host_node);
17-
};
18+
};
1819

1920
} // namespace sim

source/parser/topology/switch/packet_hasher_parser.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include "topology/device/hashers/i_hasher.hpp"
66
namespace sim {
77

8-
std::unique_ptr<IPacketHasher> parse_packet_hasher(const ConfigNode& node, const Id& switch_id);
8+
std::unique_ptr<IPacketHasher> parse_packet_hasher(const ConfigNode& node,
9+
const Id& switch_id);
910

1011
}

0 commit comments

Comments
 (0)