aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_getopt.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/fs/test_fs_getopt.c
parent03af5a603b7cc53432249d5854cd412aa90dde0d (diff)
downloadgnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.tar.gz
gnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.zip
indentation
Diffstat (limited to 'src/fs/test_fs_getopt.c')
-rw-r--r--src/fs/test_fs_getopt.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fs/test_fs_getopt.c b/src/fs/test_fs_getopt.c
index e52984877..2b0a9fca8 100644
--- a/src/fs/test_fs_getopt.c
+++ b/src/fs/test_fs_getopt.c
@@ -28,13 +28,13 @@
28int 28int
29main (int argc, char *argv[]) 29main (int argc, char *argv[])
30{ 30{
31 GNUNET_log_setup ("test_fs_directory", 31 GNUNET_log_setup ("test_fs_directory",
32#if VERBOSE 32#if VERBOSE
33 "DEBUG", 33 "DEBUG",
34#else 34#else
35 "WARNING", 35 "WARNING",
36#endif 36#endif
37 NULL); 37 NULL);
38 fprintf (stderr, "WARNING: testcase not yet written.\n"); 38 fprintf (stderr, "WARNING: testcase not yet written.\n");
39 return 0; /* testcase passed */ 39 return 0; /* testcase passed */
40} 40}