]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#343] Unwrapped short lines
authorFrancis Dupont <fdupont@isc.org>
Tue, 24 Mar 2020 12:53:55 +0000 (13:53 +0100)
committerFrancis Dupont <fdupont@isc.org>
Tue, 24 Mar 2020 12:53:55 +0000 (13:53 +0100)
src/lib/dhcp/pkt_filter_inet.cc
src/lib/dhcp/pkt_filter_inet.h
src/lib/dhcp/pkt_filter_inet6.h

index c015ea5719d2b03b3590fb7d2777976821d66049..5fedd300013d4ecde39d51281afc7fc6bb80bf43 100644 (file)
@@ -206,8 +206,7 @@ PktFilterInet::receive(Iface& iface, const SocketInfo& socket_info) {
 }
 
 int
-PktFilterInet::send(const Iface&, uint16_t sockfd,
-                    const Pkt4Ptr& pkt) {
+PktFilterInet::send(const Iface&, uint16_t sockfd, const Pkt4Ptr& pkt) {
     uint8_t control_buf[CONTROL_BUF_LEN];
     memset(&control_buf[0], 0, CONTROL_BUF_LEN);
 
index 1a4c43469c446d5047d0e899cc06ef306852dc8d..12f764e8fdcdded30df276640aa355a1baa9aaee 100644 (file)
@@ -76,8 +76,7 @@ public:
     /// @return result of sending a packet. It is 0 if successful.
     /// @throw isc::dhcp::SocketWriteError if an error occurs during sending
     /// a DHCP message through the socket.
-    virtual int send(const Iface& iface, uint16_t sockfd,
-                     const Pkt4Ptr& pkt);
+    virtual int send(const Iface& iface, uint16_t sockfd, const Pkt4Ptr& pkt);
 
 private:
     /// Length of the socket control buffer.
index 7d30af17064c938016e098f74f79c1a4b4f73d3d..8d40a4483aa53c36b34cdab7815578ee68b358a1 100644 (file)
@@ -75,8 +75,7 @@ public:
     /// @return A result of sending the message. It is 0 if successful.
     /// @throw isc::dhcp::SocketWriteError if error occurred when sending a
     /// packet.
-    virtual int send(const Iface& iface, uint16_t sockfd,
-                     const Pkt6Ptr& pkt);
+    virtual int send(const Iface& iface, uint16_t sockfd, const Pkt6Ptr& pkt);
 
 private:
     /// Length of the socket control buffer.