diff options
Diffstat (limited to 'radmsg.c')
-rw-r--r-- | radmsg.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: */ |