diff --git a/include/dot11/dot11_assoc.h b/include/dot11/dot11_assoc.h index 0741982..6f30d3b 100644 --- a/include/dot11/dot11_assoc.h +++ b/include/dot11/dot11_assoc.h @@ -619,4 +619,4 @@ private: }; } // namespace Tins -#endif // TINS_DOT11_DOT11_ASSOC_H \ No newline at end of file +#endif // TINS_DOT11_DOT11_ASSOC_H diff --git a/include/dot11/dot11_auth.h b/include/dot11/dot11_auth.h index 43627c6..1f2cce2 100644 --- a/include/dot11/dot11_auth.h +++ b/include/dot11/dot11_auth.h @@ -257,4 +257,4 @@ private: } // namespace Tins -#endif // TINS_DOT11_DOT11_AUTH_H \ No newline at end of file +#endif // TINS_DOT11_DOT11_AUTH_H diff --git a/include/dot11/dot11_beacon.h b/include/dot11/dot11_beacon.h index b9c5e50..7452909 100644 --- a/include/dot11/dot11_beacon.h +++ b/include/dot11/dot11_beacon.h @@ -163,4 +163,4 @@ namespace Tins { }; } // namespace Tins -#endif // TINS_DOT11_DOT11_BEACON_H \ No newline at end of file +#endif // TINS_DOT11_DOT11_BEACON_H diff --git a/include/dot11/dot11_probe.h b/include/dot11/dot11_probe.h index 1f1b028..74a7e74 100644 --- a/include/dot11/dot11_probe.h +++ b/include/dot11/dot11_probe.h @@ -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 \ No newline at end of file +#endif // TINS_DOT11_DOT11_PROBE_H diff --git a/include/handshake_capturer.h b/include/handshake_capturer.h index a916298..a1e663a 100644 --- a/include/handshake_capturer.h +++ b/include/handshake_capturer.h @@ -166,4 +166,4 @@ namespace Tins { }; } -#endif // TINS_HANDSHAKE_CAPTURER_H \ No newline at end of file +#endif // TINS_HANDSHAKE_CAPTURER_H diff --git a/include/ip_reassembler.h b/include/ip_reassembler.h index 9514bae..cef27ac 100644 --- a/include/ip_reassembler.h +++ b/include/ip_reassembler.h @@ -213,4 +213,4 @@ IPv4ReassemblerProxy make_ipv4_reassembler_proxy(Functor func) { } -#endif // TINS_IP_REASSEMBLER_H \ No newline at end of file +#endif // TINS_IP_REASSEMBLER_H diff --git a/src/dot11/dot11_assoc.cpp b/src/dot11/dot11_assoc.cpp index 7c3fa8f..38b0df9 100644 --- a/src/dot11/dot11_assoc.cpp +++ b/src/dot11/dot11_assoc.cpp @@ -250,4 +250,4 @@ uint32_t Dot11ReAssocResponse::write_fixed_parameters(uint8_t *buffer, uint32_t } } // namespace Tins -#endif // HAVE_DOT11 \ No newline at end of file +#endif // HAVE_DOT11 diff --git a/src/dot11/dot11_auth.cpp b/src/dot11/dot11_auth.cpp index 2e9473d..712fd64 100644 --- a/src/dot11/dot11_auth.cpp +++ b/src/dot11/dot11_auth.cpp @@ -124,4 +124,4 @@ uint32_t Dot11Deauthentication::write_fixed_parameters(uint8_t *buffer, uint32_t } } // namespace Tins -#endif // HAVE_DOT11 \ No newline at end of file +#endif // HAVE_DOT11 diff --git a/src/dot11/dot11_base.cpp b/src/dot11/dot11_base.cpp index 3a5d0a3..4361789 100644 --- a/src/dot11/dot11_base.cpp +++ b/src/dot11/dot11_base.cpp @@ -276,4 +276,4 @@ Dot11 *Dot11::from_bytes(const uint8_t *buffer, uint32_t total_sz) { } } // namespace Tins -#endif // HAVE_DOT11 \ No newline at end of file +#endif // HAVE_DOT11 diff --git a/src/dot11/dot11_beacon.cpp b/src/dot11/dot11_beacon.cpp index 40e85cf..f0e1cda 100644 --- a/src/dot11/dot11_beacon.cpp +++ b/src/dot11/dot11_beacon.cpp @@ -80,4 +80,4 @@ uint32_t Dot11Beacon::write_fixed_parameters(uint8_t *buffer, uint32_t total_sz) } } // namespace Tins -#endif // HAVE_DOT11 \ No newline at end of file +#endif // HAVE_DOT11 diff --git a/src/dot11/dot11_control.cpp b/src/dot11/dot11_control.cpp index a6d104d..2494fdd 100644 --- a/src/dot11/dot11_control.cpp +++ b/src/dot11/dot11_control.cpp @@ -284,4 +284,4 @@ uint32_t Dot11BlockAck::header_size() const { } } // namespace Tins -#endif // HAVE_DOT11 \ No newline at end of file +#endif // HAVE_DOT11 diff --git a/src/dot11/dot11_data.cpp b/src/dot11/dot11_data.cpp index 39b81d4..1667e10 100644 --- a/src/dot11/dot11_data.cpp +++ b/src/dot11/dot11_data.cpp @@ -183,4 +183,4 @@ uint32_t Dot11QoSData::write_fixed_parameters(uint8_t *buffer, uint32_t total_sz } } // namespace Tins -#endif // HAVE_DOT11 \ No newline at end of file +#endif // HAVE_DOT11 diff --git a/src/dot11/dot11_probe.cpp b/src/dot11/dot11_probe.cpp index e1121c3..1344157 100644 --- a/src/dot11/dot11_probe.cpp +++ b/src/dot11/dot11_probe.cpp @@ -99,4 +99,4 @@ uint32_t Dot11ProbeResponse::write_fixed_parameters(uint8_t *buffer, uint32_t to } } // namespace Tins -#endif // HAVE_DOT11 \ No newline at end of file +#endif // HAVE_DOT11 diff --git a/src/handshake_capturer.cpp b/src/handshake_capturer.cpp index dfec2f4..f673464 100644 --- a/src/handshake_capturer.cpp +++ b/src/handshake_capturer.cpp @@ -97,4 +97,4 @@ namespace Tins { } } // namespace Tins; -#endif // HAVE_DOT11 \ No newline at end of file +#endif // HAVE_DOT11 diff --git a/src/ip_reassembler.cpp b/src/ip_reassembler.cpp index bf92440..c083372 100644 --- a/src/ip_reassembler.cpp +++ b/src/ip_reassembler.cpp @@ -150,4 +150,4 @@ void IPv4Reassembler::remove_stream(uint16_t id, IPv4Address addr1, IPv4Address ); } -} // namespace Tins \ No newline at end of file +} // namespace Tins diff --git a/src/radiotap.cpp b/src/radiotap.cpp index 80beed1..2472146 100644 --- a/src/radiotap.cpp +++ b/src/radiotap.cpp @@ -389,4 +389,4 @@ void RadioTap::write_serialization(uint8_t *buffer, uint32_t total_sz, const PDU } } -#endif // HAVE_DOT11 \ No newline at end of file +#endif // HAVE_DOT11