Add c-file-style to C source files missing it.
authorLinus Nordberg <linus@nordberg.se>
Tue, 23 Apr 2013 08:59:56 +0000 (10:59 +0200)
committerLinus Nordberg <linus@nordberg.se>
Tue, 23 Apr 2013 08:59:56 +0000 (10:59 +0200)
fticks.h
fticks_hashmac.c
fticks_hashmac.h
main.c
radsecproxy-hash.c

index 1378035..5786d12 100644 (file)
--- a/fticks.h
+++ b/fticks.h
@@ -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: */
index 38fa126..396927b 100644 (file)
@@ -91,3 +91,7 @@ fticks_hashmac(const uint8_t *in,
     free(in_copy);
     return 0;
 }
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */
index b6de771..5c387dc 100644 (file)
@@ -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: */
diff --git a/main.c b/main.c
index c419586..74d73ae 100644 (file)
--- a/main.c
+++ b/main.c
@@ -7,3 +7,7 @@ int main(int argc, char **argv)
 {
   return radsecproxy_main(argc, argv);
 }
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */
index 350594d..e641767 100644 (file)
@@ -84,3 +84,7 @@ main(int argc, char *argv[])
 
   return 0;
 }
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */