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 /radsecproxy-hash.c | |
parent | 52a98d6a7797688aee0426ce87306fde69b4ab86 (diff) |
Add c-file-style to C source files missing it.
Diffstat (limited to 'radsecproxy-hash.c')
-rw-r--r-- | radsecproxy-hash.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/radsecproxy-hash.c b/radsecproxy-hash.c index 350594d..e641767 100644 --- a/radsecproxy-hash.c +++ b/radsecproxy-hash.c @@ -84,3 +84,7 @@ main(int argc, char *argv[]) return 0; } + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */ |