summaryrefslogtreecommitdiff
path: root/tlv11.c
diff options
context:
space:
mode:
Diffstat (limited to 'tlv11.c')
-rw-r--r--tlv11.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tlv11.c b/tlv11.c
index d5d66aa..c609f4e 100644
--- a/tlv11.c
+++ b/tlv11.c
@@ -120,3 +120,7 @@ uint8_t *tlv2buf(uint8_t *p, struct tlv *tlv) {
}
return p;
}
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */