mirror of https://github.com/ARMmbed/mbed-os.git
Add missing newlines to end of files
parent
b27653af6f
commit
8abada11f6
|
|
@ -122,4 +122,4 @@ private:
|
||||||
void handleRequest(dhcp_packet_t *dhcp);
|
void handleRequest(dhcp_packet_t *dhcp);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* WHD_DHCP_SERVER_H */
|
#endif /* WHD_DHCP_SERVER_H */
|
||||||
|
|
|
||||||
|
|
@ -84,4 +84,5 @@ uint32_t string_to_ipv4(const char *buffer)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return temp;
|
return temp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -94,4 +94,4 @@ uint32_t string_to_ipv4(const char *buffer);
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue