Add missing newlines to end of files

pull/11367/head
Kyle Kearney 2019-08-27 08:42:11 -07:00
parent b27653af6f
commit 8abada11f6
3 changed files with 4 additions and 3 deletions

View File

@ -122,4 +122,4 @@ private:
void handleRequest(dhcp_packet_t *dhcp);
};
#endif /* WHD_DHCP_SERVER_H */
#endif /* WHD_DHCP_SERVER_H */

View File

@ -84,4 +84,5 @@ uint32_t string_to_ipv4(const char *buffer)
}
}
return temp;
}
}

View File

@ -94,4 +94,4 @@ uint32_t string_to_ipv4(const char *buffer);
#if defined(__cplusplus)
}
#endif
#endif