Skip to content

Commit

Permalink
undo line break
Browse files Browse the repository at this point in the history
  • Loading branch information
dentalfloss1 committed Feb 27, 2024
1 parent f5e371e commit 2906a95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/packet_capture.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,7 @@ class PacketCaptureThread : public BoundThread {
size_t* src_ngood_bytes[],
PDC* decode,
PPC* process);
inline const char* get_name() {
return _method->get_name(); }
inline const char* get_name() { return _method->get_name(); }
inline const size_t get_max_size() { return _method->get_max_size(); }
inline const BFiomethod get_io_method() { return _method->get_io_method(); }
inline const int get_core() { return _core; }
Expand Down

0 comments on commit 2906a95

Please sign in to comment.