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.c | |
parent | 52a98d6a7797688aee0426ce87306fde69b4ab86 (diff) |
Add c-file-style to C source files missing it.
Diffstat (limited to 'fticks_hashmac.c')
-rw-r--r-- | fticks_hashmac.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fticks_hashmac.c b/fticks_hashmac.c index 38fa126..396927b 100644 --- a/fticks_hashmac.c +++ b/fticks_hashmac.c @@ -91,3 +91,7 @@ fticks_hashmac(const uint8_t *in, free(in_copy); return 0; } + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */ |