aboutsummaryrefslogtreecommitdiff
path: root/src/template
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/template
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/template')
-rw-r--r--src/template/gnunet-template.c1
-rw-r--r--src/template/test_template_api.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/template/gnunet-template.c b/src/template/gnunet-template.c
index 20d286d3c..b33cbcc64 100644
--- a/src/template/gnunet-template.c
+++ b/src/template/gnunet-template.c
@@ -82,4 +82,5 @@ main (int argc, char *const *argv)
82 return ret; 82 return ret;
83} 83}
84 84
85
85/* end of gnunet-template.c */ 86/* end of gnunet-template.c */
diff --git a/src/template/test_template_api.c b/src/template/test_template_api.c
index 68fe8b879..196edec2d 100644
--- a/src/template/test_template_api.c
+++ b/src/template/test_template_api.c
@@ -29,6 +29,7 @@ check ()
29 return 0; 29 return 0;
30} 30}
31 31
32
32int 33int
33main (int argc, char *argv[]) 34main (int argc, char *argv[])
34{ 35{
@@ -39,4 +40,5 @@ main (int argc, char *argv[])
39 return ret; 40 return ret;
40} 41}
41 42
43
42/* end of test_template_api.c */ 44/* end of test_template_api.c */