aboutsummaryrefslogtreecommitdiff
path: root/src/template/gnunet-template.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 21:46:35 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 21:46:35 +0000
commit502af2167f7c218366666ca4944bd7cc54b5b19a (patch)
treea91fec5cc9769d260640bd91c6633cb9cf395524 /src/template/gnunet-template.c
parent03af5a603b7cc53432249d5854cd412aa90dde0d (diff)
downloadgnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.tar.gz
gnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.zip
indentation
Diffstat (limited to 'src/template/gnunet-template.c')
-rw-r--r--src/template/gnunet-template.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/template/gnunet-template.c b/src/template/gnunet-template.c
index ad4e66860..657b3d4ce 100644
--- a/src/template/gnunet-template.c
+++ b/src/template/gnunet-template.c
@@ -44,8 +44,7 @@ static int ret;
44static void 44static void
45run (void *cls, 45run (void *cls,
46 char *const *args, 46 char *const *args,
47 const char *cfgfile, 47 const char *cfgfile, const struct GNUNET_CONFIGURATION_Handle *cfg)
48 const struct GNUNET_CONFIGURATION_Handle *cfg)
49{ 48{
50 /* main code here */ 49 /* main code here */
51} 50}