summaryrefslogtreecommitdiff
path: root/radmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'radmsg.c')
-rw-r--r--radmsg.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/radmsg.c b/radmsg.c
index e2d4cf2..0a46e71 100644
--- a/radmsg.c
+++ b/radmsg.c
@@ -312,3 +312,7 @@ struct radmsg *buf2radmsg(uint8_t *buf, uint8_t *secret, uint8_t *rqauth) {
}
return msg;
}
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */