1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Removed 'no newline at end of file' warnings.

This commit is contained in:
Matias Fontanini
2014-02-10 18:21:46 -03:00
parent 4c4a5f6c03
commit 0acf388277
16 changed files with 16 additions and 16 deletions

View File

@@ -619,4 +619,4 @@ private:
};
} // namespace Tins
#endif // TINS_DOT11_DOT11_ASSOC_H
#endif // TINS_DOT11_DOT11_ASSOC_H

View File

@@ -257,4 +257,4 @@ private:
} // namespace Tins
#endif // TINS_DOT11_DOT11_AUTH_H
#endif // TINS_DOT11_DOT11_AUTH_H

View File

@@ -163,4 +163,4 @@ namespace Tins {
};
} // namespace Tins
#endif // TINS_DOT11_DOT11_BEACON_H
#endif // TINS_DOT11_DOT11_BEACON_H

View File

@@ -230,4 +230,4 @@ private:
uint32_t write_fixed_parameters(uint8_t *buffer, uint32_t total_sz);
};
} // namespace Tins
#endif // TINS_DOT11_DOT11_PROBE_H
#endif // TINS_DOT11_DOT11_PROBE_H

View File

@@ -166,4 +166,4 @@ namespace Tins {
};
}
#endif // TINS_HANDSHAKE_CAPTURER_H
#endif // TINS_HANDSHAKE_CAPTURER_H

View File

@@ -213,4 +213,4 @@ IPv4ReassemblerProxy<Functor> make_ipv4_reassembler_proxy(Functor func) {
}
#endif // TINS_IP_REASSEMBLER_H
#endif // TINS_IP_REASSEMBLER_H

View File

@@ -250,4 +250,4 @@ uint32_t Dot11ReAssocResponse::write_fixed_parameters(uint8_t *buffer, uint32_t
}
} // namespace Tins
#endif // HAVE_DOT11
#endif // HAVE_DOT11

View File

@@ -124,4 +124,4 @@ uint32_t Dot11Deauthentication::write_fixed_parameters(uint8_t *buffer, uint32_t
}
} // namespace Tins
#endif // HAVE_DOT11
#endif // HAVE_DOT11

View File

@@ -276,4 +276,4 @@ Dot11 *Dot11::from_bytes(const uint8_t *buffer, uint32_t total_sz) {
}
} // namespace Tins
#endif // HAVE_DOT11
#endif // HAVE_DOT11

View File

@@ -80,4 +80,4 @@ uint32_t Dot11Beacon::write_fixed_parameters(uint8_t *buffer, uint32_t total_sz)
}
} // namespace Tins
#endif // HAVE_DOT11
#endif // HAVE_DOT11

View File

@@ -284,4 +284,4 @@ uint32_t Dot11BlockAck::header_size() const {
}
} // namespace Tins
#endif // HAVE_DOT11
#endif // HAVE_DOT11

View File

@@ -183,4 +183,4 @@ uint32_t Dot11QoSData::write_fixed_parameters(uint8_t *buffer, uint32_t total_sz
}
} // namespace Tins
#endif // HAVE_DOT11
#endif // HAVE_DOT11

View File

@@ -99,4 +99,4 @@ uint32_t Dot11ProbeResponse::write_fixed_parameters(uint8_t *buffer, uint32_t to
}
} // namespace Tins
#endif // HAVE_DOT11
#endif // HAVE_DOT11

View File

@@ -97,4 +97,4 @@ namespace Tins {
}
} // namespace Tins;
#endif // HAVE_DOT11
#endif // HAVE_DOT11

View File

@@ -150,4 +150,4 @@ void IPv4Reassembler::remove_stream(uint16_t id, IPv4Address addr1, IPv4Address
);
}
} // namespace Tins
} // namespace Tins

View File

@@ -389,4 +389,4 @@ void RadioTap::write_serialization(uint8_t *buffer, uint32_t total_sz, const PDU
}
}
#endif // HAVE_DOT11
#endif // HAVE_DOT11