]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/calloc.c
Whitespace cleanups.
[pdclib] / functions / stdlib / calloc.c
index abb63b08fa3ff02b47b0d744a372be656b6b5164..d736065911e96aa1bced8dada0191092953737d3 100644 (file)
@@ -24,6 +24,7 @@ void * calloc( size_t nmemb, size_t size )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )