]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/seed.c
Whitespace cleanups.
[pdclib] / functions / _PDCLIB / seed.c
index 37c9b4798895dbfc8b64aa21a10078d737e9f025..ce7c31c539b6fd03d09f20cc1fdb2b2ad13bbd03 100644 (file)
@@ -7,6 +7,7 @@
 unsigned long int _PDCLIB_seed = 1;
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )