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