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