File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class RAWIPSocket : public InternetSocket {
33
33
*
34
34
* @note Must call open to initialize the socket on a network stack.
35
35
*/
36
- RAWIPSocket ();
36
+ RAWIPSocket ();
37
37
38
38
/* * Create and open a socket on the network stack of the given
39
39
* network interface.
@@ -150,8 +150,8 @@ class RAWIPSocket : public InternetSocket {
150
150
* @return Number of received bytes on success, negative error
151
151
* code on failure.
152
152
*/
153
- virtual nsapi_size_or_error_t recv (void *data, nsapi_size_t size);
154
-
153
+ virtual nsapi_size_or_error_t recv (void *data, nsapi_size_t size);
154
+
155
155
/* * Not implemented for RAWIPSocket.
156
156
*
157
157
* @param error Not used.
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ typedef void *nsapi_socket_t;
215
215
typedef enum nsapi_protocol {
216
216
NSAPI_TCP , /*!< Socket is of TCP type */
217
217
NSAPI_UDP , /*!< Socket is of UDP type */
218
- NSAPI_ICMP , /*!< Socket is of ICMP type */
218
+ NSAPI_ICMP , /*!< Socket is of ICMP type */
219
219
} nsapi_protocol_t ;
220
220
221
221
/** Enum of standardized stack option levels
You can’t perform that action at this time.
0 commit comments