diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-04-23 10:59:56 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-04-23 10:59:56 +0200 |
commit | d7eee1f33c6b2cfefaa482bdcd8ce34e61aeffad (patch) | |
tree | a858f32979a01ca62b1e328a6fc03c3cae2e942c /fticks_hashmac.h | |
parent | 52a98d6a7797688aee0426ce87306fde69b4ab86 (diff) |
Add c-file-style to C source files missing it.
Diffstat (limited to 'fticks_hashmac.h')
-rw-r--r-- | fticks_hashmac.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fticks_hashmac.h b/fticks_hashmac.h index b6de771..5c387dc 100644 --- a/fticks_hashmac.h +++ b/fticks_hashmac.h @@ -8,3 +8,7 @@ int fticks_hashmac(const uint8_t *in, const uint8_t *key, size_t out_len, uint8_t *out); + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */ |