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 | |
| parent | 52a98d6a7797688aee0426ce87306fde69b4ab86 (diff) | |
Add c-file-style to C source files missing it.
| -rw-r--r-- | fticks.h | 4 | ||||
| -rw-r--r-- | fticks_hashmac.c | 4 | ||||
| -rw-r--r-- | fticks_hashmac.h | 4 | ||||
| -rw-r--r-- | main.c | 4 | ||||
| -rw-r--r-- | radsecproxy-hash.c | 4 | 
5 files changed, 20 insertions, 0 deletions
| @@ -9,3 +9,7 @@ void fticks_log(const struct options *options,  		const struct client *client,  		const struct radmsg *msg,  		const struct rqout *rqout); + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */ 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: */ 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: */ @@ -7,3 +7,7 @@ int main(int argc, char **argv)  {    return radsecproxy_main(argc, argv);  } + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */ 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: */ | 
