Skip to content

Commit 6d0abb4

Browse files
committed
Add missing newlines at EOF in sources
(missing newlines break build due to -Werror)
1 parent 2d31136 commit 6d0abb4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

core/friend_requests.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ int friendreq_handlepacket(uint8_t *packet, uint32_t length, IP_Port source);
4848
}
4949
#endif
5050

51-
#endif
51+
#endif

testing/Lossless_UDP_testclient.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,4 @@ int main(int argc, char *argv[])
211211
}
212212

213213
return 0;
214-
}
214+
}

testing/Lossless_UDP_testserver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ int main(int argc, char *argv[])
198198
}
199199

200200
return 0;
201-
}
201+
}

testing/misc_tools.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626

2727
unsigned char * hex_string_to_bin(char hex_string[]);
2828

29-
#endif // MISC_TOOLS_H
29+
#endif // MISC_TOOLS_H

0 commit comments

Comments
 (0)