aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_bio.c
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/util/test_bio.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/util/test_bio.c')
-rw-r--r--src/util/test_bio.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/util/test_bio.c b/src/util/test_bio.c
index 180cada76..8ff93c168 100644
--- a/src/util/test_bio.c
+++ b/src/util/test_bio.c
@@ -76,6 +76,7 @@ test_normal_rw ()
76 return 0; 76 return 0;
77} 77}
78 78
79
79static int 80static int
80test_nullstring_rw () 81test_nullstring_rw ()
81{ 82{
@@ -103,6 +104,7 @@ test_nullstring_rw ()
103 return 0; 104 return 0;
104} 105}
105 106
107
106static int 108static int
107test_emptystring_rw () 109test_emptystring_rw ()
108{ 110{
@@ -130,6 +132,7 @@ test_emptystring_rw ()
130 return 0; 132 return 0;
131} 133}
132 134
135
133static int 136static int
134test_bigstring_rw () 137test_bigstring_rw ()
135{ 138{
@@ -159,6 +162,7 @@ test_bigstring_rw ()
159 return 0; 162 return 0;
160} 163}
161 164
165
162static int 166static int
163test_bigmeta_rw () 167test_bigmeta_rw ()
164{ 168{
@@ -192,6 +196,7 @@ test_bigmeta_rw ()
192 return 0; 196 return 0;
193} 197}
194 198
199
195static int 200static int
196test_directory_r () 201test_directory_r ()
197{ 202{
@@ -212,6 +217,7 @@ test_directory_r ()
212 return 0; 217 return 0;
213} 218}
214 219
220
215static int 221static int
216test_nullfile_rw () 222test_nullfile_rw ()
217{ 223{
@@ -287,6 +293,7 @@ test_fullfile_rw ()
287 return 0; 293 return 0;
288} 294}
289 295
296
290static int 297static int
291test_fakestring_rw () 298test_fakestring_rw ()
292{ 299{
@@ -315,6 +322,7 @@ test_fakestring_rw ()
315 return 0; 322 return 0;
316} 323}
317 324
325
318static int 326static int
319test_fakemeta_rw () 327test_fakemeta_rw ()
320{ 328{
@@ -345,6 +353,7 @@ test_fakemeta_rw ()
345 return 0; 353 return 0;
346} 354}
347 355
356
348static int 357static int
349test_fakebigmeta_rw () 358test_fakebigmeta_rw ()
350{ 359{
@@ -375,6 +384,7 @@ test_fakebigmeta_rw ()
375 return 0; 384 return 0;
376} 385}
377 386
387
378static int 388static int
379check_string_rw () 389check_string_rw ()
380{ 390{
@@ -385,6 +395,7 @@ check_string_rw ()
385 return 0; 395 return 0;
386} 396}
387 397
398
388static int 399static int
389check_metadata_rw () 400check_metadata_rw ()
390{ 401{
@@ -394,6 +405,7 @@ check_metadata_rw ()
394 return 0; 405 return 0;
395} 406}
396 407
408
397static int 409static int
398check_file_rw () 410check_file_rw ()
399{ 411{
@@ -404,6 +416,7 @@ check_file_rw ()
404 return 0; 416 return 0;
405} 417}
406 418
419
407int 420int
408main (int argc, char *argv[]) 421main (int argc, char *argv[])
409{ 422{
@@ -414,4 +427,5 @@ main (int argc, char *argv[])
414 return 0; 427 return 0;
415} 428}
416 429
430
417/* end of test_bio.c */ 431/* end of test_bio.c */