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