Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Mar 30, 2022
1 parent 1dcc6e0 commit f5396a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions toxcore/DHT_fuzz_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ void TestUnpackNodes(Fuzz_Data input)
if (packed_count > 0) {
Logger *logger = logger_new();
std::vector<uint8_t> packed(packed_count * PACKED_NODE_SIZE_IP6);
const int packed_size
= pack_nodes(packed.data(), packed.size(), nodes, packed_count);
const int packed_size = pack_nodes(packed.data(), packed.size(), nodes, packed_count);
LOGGER_ASSERT(logger, packed_size == processed_data_len,
"packed size (%d) != unpacked size (%d)", packed_size, processed_data_len);
logger_kill(logger);
Expand Down

0 comments on commit f5396a7

Please sign in to comment.