Skip to content

Commit c1e861c

Browse files
added new line at end of file
1 parent cee2ab8 commit c1e861c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/SocketWrapper/SocketHelpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ class NetworkInterface {
165165
// TODO: manual functions for setting IP address, subnet mask, gateway, etc.
166166
// net_if_ipv4_set_netmask_by_addr(iface, &addr4, &nm);
167167
// net_if_ipv4_addr_add(iface, &addr4, NET_ADDR_MANUAL, 0);
168-
};
168+
};

libraries/SocketWrapper/SocketWrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,4 @@ class ZephyrSocketWrapper {
266266
}
267267

268268
friend class ZephyrClient;
269-
};
269+
};

0 commit comments

Comments
 (0)