aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_getopt.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
commitc4e9ba925ffd758aaa3feee2ccfc0b76f26fe207 (patch)
treecac3ce030d77b4cbe7c7dc62ed58cfe6d24f73e1 /src/fs/test_fs_getopt.c
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
Diffstat (limited to 'src/fs/test_fs_getopt.c')
-rw-r--r--src/fs/test_fs_getopt.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fs/test_fs_getopt.c b/src/fs/test_fs_getopt.c
index 48777b0e0..3d0da752b 100644
--- a/src/fs/test_fs_getopt.c
+++ b/src/fs/test_fs_getopt.c
@@ -27,11 +27,11 @@
27 27
28 28
29int 29int
30main(int argc, char *argv[]) 30main (int argc, char *argv[])
31{ 31{
32 GNUNET_log_setup("test_fs_getopt", 32 GNUNET_log_setup ("test_fs_getopt",
33 "WARNING", 33 "WARNING",
34 NULL); 34 NULL);
35 fprintf(stderr, "%s", "WARNING: testcase not yet written.\n"); 35 fprintf (stderr, "%s", "WARNING: testcase not yet written.\n");
36 return 0; /* testcase passed */ 36 return 0; /* testcase passed */
37} 37}