]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/srand.c
Whitespace cleanups.
[pdclib] / functions / stdlib / srand.c
index 3478cb09df60a87ec460f1254d173b929b472083..39c37ecab04389fc94ec1f3dd78de1bd3a2b1443 100644 (file)
@@ -16,6 +16,7 @@ void srand( unsigned int seed )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )