Skip to content

Commit 8abada1

Browse files
author
Kyle Kearney
committed
Add missing newlines to end of files
1 parent b27653a commit 8abada1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

features/netsocket/emac-drivers/TARGET_WHD/interface/CyDhcpServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ class CyDhcpServer {
122122
void handleRequest(dhcp_packet_t *dhcp);
123123
};
124124

125-
#endif /* WHD_DHCP_SERVER_H */
125+
#endif /* WHD_DHCP_SERVER_H */

features/netsocket/emac-drivers/TARGET_WHD/utils/cynetwork_utils.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,5 @@ uint32_t string_to_ipv4(const char *buffer)
8484
}
8585
}
8686
return temp;
87-
}
87+
}
88+

features/netsocket/emac-drivers/TARGET_WHD/utils/cynetwork_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ uint32_t string_to_ipv4(const char *buffer);
9494

9595
#if defined(__cplusplus)
9696
}
97-
#endif
97+
#endif

0 commit comments

Comments
 (0)