]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/realloc.c
Whitespace cleanups.
[pdclib] / functions / stdlib / realloc.c
index d64d756b25931fe4ae12f25ed996771027949e98..cbc01d4bb74ee33ffd930a056119a69dc0cf7606 100644 (file)
@@ -44,6 +44,7 @@ void * realloc( void * ptr, size_t size )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )
@@ -53,4 +54,3 @@ int main( void )
 }
 
 #endif
-