1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-28 12:44:25 +01:00

Replaced tabs for spaces in the previous commit

This commit is contained in:
Santiago Alessandri
2013-07-14 13:13:38 -03:00
parent 02d3a14083
commit 2a5b64526f
4 changed files with 28 additions and 28 deletions

View File

@@ -117,7 +117,7 @@ IP::IP(const uint8_t *buffer, uint32_t total_sz)
// check this line PLX
total_sz = std::min(total_sz, (uint32_t)tot_len());
if (total_sz < head_len() * sizeof(uint32_t))
throw malformed_packet();
throw malformed_packet();
total_sz -= head_len() * sizeof(uint32_t);
if (total_sz) {
switch(_ip.protocol) {