Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add c-file-style to C source files missing it.
  • Loading branch information
Linus Nordberg committed Apr 23, 2013
1 parent 52a98d6 commit d7eee1f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fticks.h
Expand Up @@ -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: */
4 changes: 4 additions & 0 deletions fticks_hashmac.c
Expand Up @@ -91,3 +91,7 @@ fticks_hashmac(const uint8_t *in,
free(in_copy);
return 0;
}

/* Local Variables: */
/* c-file-style: "stroustrup" */
/* End: */
4 changes: 4 additions & 0 deletions fticks_hashmac.h
Expand Up @@ -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: */
4 changes: 4 additions & 0 deletions main.c
Expand Up @@ -7,3 +7,7 @@ int main(int argc, char **argv)
{
return radsecproxy_main(argc, argv);
}

/* Local Variables: */
/* c-file-style: "stroustrup" */
/* End: */
4 changes: 4 additions & 0 deletions radsecproxy-hash.c
Expand Up @@ -84,3 +84,7 @@ main(int argc, char *argv[])

return 0;
}

/* Local Variables: */
/* c-file-style: "stroustrup" */
/* End: */

0 comments on commit d7eee1f

Please sign in to comment.