mirror of
https://github.com/mfontanini/libtins
synced 2026-01-28 04:34:27 +01:00
Code cleanup and use same syntax on the entire project
Initial code cleanup More code cleanup Cleanup more code Cleanup Dot11 code Fix OSX build issue Cleanup examples Fix ref and pointer declaration syntax Fix braces
This commit is contained in:
@@ -10,7 +10,7 @@ class DHCPv6Test : public testing::Test {
|
||||
public:
|
||||
static const uint8_t expected_packet[];
|
||||
|
||||
void test_equals(const DHCPv6 &dhcp1, const DHCPv6 &dhcp2);
|
||||
void test_equals(const DHCPv6& dhcp1, const DHCPv6& dhcp2);
|
||||
};
|
||||
|
||||
const uint8_t DHCPv6Test::expected_packet[] = {
|
||||
|
||||
Reference in New Issue
Block a user