summaryrefslogtreecommitdiff
path: root/udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'udp.c')
-rw-r--r--udp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/udp.c b/udp.c
index ce57494..4740fd0 100644
--- a/udp.c
+++ b/udp.c
@@ -366,3 +366,7 @@ const struct protodefs *udpinit(uint8_t h) {
return NULL;
}
#endif
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */