mirror of
https://github.com/mfontanini/libtins
synced 2026-01-26 20:01:35 +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:
@@ -14,7 +14,7 @@ public:
|
||||
static const uint8_t from_buffer_info[];
|
||||
static const uint8_t from_buffer_super[];
|
||||
|
||||
//void test_equals(const IP &ip1, const IP &ip2);
|
||||
//void test_equals(const IP& ip1, const IP& ip2);
|
||||
};
|
||||
|
||||
const uint8_t LLCTest::from_buffer_info[] = {
|
||||
|
||||
Reference in New Issue
Block a user